#5C7A23

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

Shades of Dark Olive Green #5C7A23

Tints of Dark Olive Green #5C7A23

Color information

#5C7A23 (or 0x5C7A23) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 7A and 23. RGB value is (92,122,35). Sum of RGB (Red+Green+Blue) = 92+122+35=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7A23 is #A385DC. Grayscale: #676767. Windows color (decimal): -10716637 or 2325084. OLE color: 2325084.

HSL color Cylindrical-coordinate representation of color #5C7A23: hue angle of 80.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C7A23 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB9212235-
CMYK0.2500.710.52
HSL80.69º55.41%30.78%-
HSV(B)80.69º71.31%47.84%-
XYZ11.6816.324.12-
YUV103.1189.56120.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=36.95%
G=49.00%
B=14.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92122350.2500.710.5280.6955.4130.78
Hex5C7A23190473451371f
Octal13417243310107641216737
Binary101110011110101000111100101000111110100101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,122,35); }

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

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

 a { background-color: rgb(92,122,35); }

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

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

 span { border-color: rgb(92,122,35); }

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