#577334

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

Shades of Dark Olive Green #577334

Tints of Dark Olive Green #577334

Color information

#577334 (or 0x577334) is unknown color: approx Dark Olive Green. HEX triplet: 57, 73 and 34. RGB value is (87,115,52). Sum of RGB (Red+Green+Blue) = 87+115+52=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #577334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577334 is #A88CCB. Grayscale: #636363. Windows color (decimal): -11046092 or 3437399. OLE color: 3437399.

HSL color Cylindrical-coordinate representation of color #577334: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577334 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB8711552-
CMYK0.2400.550.55
HSL86.67º37.72%32.75%-
HSV(B)86.67º54.78%45.1%-
XYZ10.6814.545.49-
YUV99.45101.22119.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=34.25%
G=45.28%
B=20.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87115520.2400.550.5586.6737.7232.75
Hex5773341803737572621
Octal1271636430067671274641
Binary101011111100111101001100001101111101111010111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577334; }

 p { color: rgb(87,115,52); }

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

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

 a { background-color: rgb(87,115,52); }

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

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

 span { border-color: rgb(87,115,52); }

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