#658530

Color #658530 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #658530

Tints of Olive Drab #658530

Color information

#658530 (or 0x658530) is unknown color: approx Olive Drab. HEX triplet: 65, 85 and 30. RGB value is (101,133,48). Sum of RGB (Red+Green+Blue) = 101+133+48=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #658530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658530 is #9A7ACF. Grayscale: #727272. Windows color (decimal): -10123984 or 3179877. OLE color: 3179877.

HSL color Cylindrical-coordinate representation of color #658530: hue angle of 82.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #658530 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB10113348-
CMYK0.2400.640.48
HSL82.59º46.96%35.49%-
HSV(B)82.59º63.91%52.16%-
XYZ14.2919.765.86-
YUV113.7490.9118.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=35.82%
G=47.16%
B=17.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133480.2400.640.4882.5946.9635.49
Hex6585301804030532f23
Octal14520560300100601235743
Binary11001011000010111000011000010000001100001010011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658530; }

 p { color: rgb(101,133,48); }

 H1.HeaderClassName
 {
   color: #658530;
 }
 .AnyTagClassName
 {
   color: #658530;
 }
</style>
background-color css

<style>
 a { background-color: #658530; }

 a { background-color: rgb(101,133,48); }

 div.DivClassName
 {
   background-color: #658530;
 }
 .BgClassName
 {
   background-color: #658530;
 }
</style>
border-color css

<style>
 span { border-color: #658530; }

 span { border-color: rgb(101,133,48); }

 td.TdClassName
 {
   border-color: #658530;
 }
 .TagClassName
 {
   border-color: #658530;
 }
</style>