#5C722B

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

Shades of Dark Olive Green #5C722B

Tints of Dark Olive Green #5C722B

Color information

#5C722B (or 0x5C722B) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 72 and 2B. RGB value is (92,114,43). Sum of RGB (Red+Green+Blue) = 92+114+43=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #5C722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C722B is #A38DD4. Grayscale: #636363. Windows color (decimal): -10718677 or 2847324. OLE color: 2847324.

HSL color Cylindrical-coordinate representation of color #5C722B: hue angle of 78.59º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C722B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB9211443-
CMYK0.1900.620.55
HSL78.59º45.22%30.78%-
HSV(B)78.59º62.28%44.71%-
XYZ10.8714.484.51-
YUV99.3396.21122.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=36.95%
G=45.78%
B=17.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114430.1900.620.5578.5945.2230.78
Hex5C722B1303E374f2d1f
Octal1341625323076671175537
Binary10111001110010101011100110111110110111100111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C722B; }

 p { color: rgb(92,114,43); }

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

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

 a { background-color: rgb(92,114,43); }

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

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

 span { border-color: rgb(92,114,43); }

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