Html Css Color HEX #5C6D33 Dark Olive Green

📋 copy color: '#5C6D33'

red 92 ◦ green 109 ◦ blue 51

#5C6D33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #5C6D33

Tints of Dark Olive Green #5C6D33

RGB

 RED value IS 92 (36.33% from 255) = 36.51%

 GREEN value IS 109 (42.97% from 255) = 43.25%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 36.51%
G = 43.25%
B = 20.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#5C6D33 (or 0x5C6D33) is known color: Dark Olive Green. HEX triplet: 5C, 6D and 33. RGB value is (92,109,51). Sum of RGB (Red+Green+Blue) = 92+109+51=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6D33 is #A392CC. Grayscale: #616161. Windows color (decimal): -10719949 or 3370332. OLE color: 3370332.

HSL color Cylindrical-coordinate representation of color #5C6D33: hue angle of 77.59º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C6D33 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 109 51 -
CMYK 0.16 0 0.53 0.57
HSL 77.59º 0.36% 0.31% -
HSV(B) 77.59º 0.53% 0.43% -
XYZ 10.48 13.45 5.18 -
YUV 97.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 92 109 51 0.16 0 0.53 0.57 77.59 0.36 0.31
Hex 5C 6D 33 10 0 35 39 4E 24 1F
Octal 134 155 63 20 0 65 71 116 44 37
Binary 1011100 1101101 110011 10000 0 110101 111001 1001110 100100 11111

Color Harmonies of #5C6D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6D33

Black with #5C6D33

Text Example


Text Example

White with #5C6D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,109,51); }

 H1.HeaderClassName
 {
   color: #5C6D33;
 }
 .AnyTagClassName
 {
   color: #5C6D33;
 }
</style>

background-color css

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

 a { background-color: rgb(92,109,51); }

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

border-color css

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

 span { border-color: rgb(92,109,51); }

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