#658232

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

Shades of Olive Drab #658232

Tints of Olive Drab #658232

Color information

#658232 (or 0x658232) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 32. RGB value is (101,130,50). Sum of RGB (Red+Green+Blue) = 101+130+50=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #658232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658232 is #9A7DCD. Grayscale: #707070. Windows color (decimal): -10124750 or 3310181. OLE color: 3310181.

HSL color Cylindrical-coordinate representation of color #658232: hue angle of 81.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #658232 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB10113050-
CMYK0.2200.620.49
HSL81.75º44.44%35.29%-
HSV(B)81.75º61.54%50.98%-
XYZ13.9318.965.94-
YUV112.2192.89120-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=35.94%
G=46.26%
B=17.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130500.2200.620.4981.7544.4435.29
Hex6582321603E31522c23
Octal1452026226076611225443
Binary1100101100000101100101011001111101100011010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658232; }

 p { color: rgb(101,130,50); }

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

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

 a { background-color: rgb(101,130,50); }

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

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

 span { border-color: rgb(101,130,50); }

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