#57652A

Color #57652A Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #57652A

Tints of Dark Olive Green #57652A

Color information

#57652A (or 0x57652A) is unknown color: approx Dark Olive Green. HEX triplet: 57, 65 and 2A. RGB value is (87,101,42). Sum of RGB (Red+Green+Blue) = 87+101+42=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #57652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57652A is #A89AD5. Grayscale: #5A5A5A. Windows color (decimal): -11049686 or 2778455. OLE color: 2778455.

HSL color Cylindrical-coordinate representation of color #57652A: hue angle of 74.24º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57652A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB8710142-
CMYK0.1400.580.60
HSL74.24º41.26%28.04%-
HSV(B)74.24º58.42%39.61%-
XYZ911.53.94-
YUV90.09100.86125.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=37.83%
G=43.91%
B=18.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101420.1400.580.6074.2441.2628.04
Hex57652AE03A3C4a291c
Octal1271455216072741125134
Binary1010111110010110101011100111010111100100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57652A; }

 p { color: rgb(87,101,42); }

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

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

 a { background-color: rgb(87,101,42); }

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

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

 span { border-color: rgb(87,101,42); }

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