Html Css Color HEX #5C6E34 Dark Olive Green

📋 copy color: '#5C6E34'

red 92 ◦ green 110 ◦ blue 52

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

Shades of Dark Olive Green #5C6E34

Tints of Dark Olive Green #5C6E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.31%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 36.22%
G = 43.31%
B = 20.47%

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

#5C6E34 (or 0x5C6E34) is known color: Dark Olive Green. HEX triplet: 5C, 6E and 34. RGB value is (92,110,52). Sum of RGB (Red+Green+Blue) = 92+110+52=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6E34 is #A391CB. Grayscale: #626262. Windows color (decimal): -10719692 or 3436124. OLE color: 3436124.

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

Color convert

RGB 92 110 52 -
CMYK 0.16 0 0.53 0.57
HSL 78.62º 0.36% 0.32% -
HSV(B) 78.62º 0.53% 0.43% -
XYZ 10.61 13.68 5.33 -
YUV 98.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 92 110 52 0.16 0 0.53 0.57 78.62 0.36 0.32
Hex 5C 6E 34 10 0 35 39 4F 24 20
Octal 134 156 64 20 0 65 71 117 44 40
Binary 1011100 1101110 110100 10000 0 110101 111001 1001111 100100 100000

Color Harmonies of #5C6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6E34

Black with #5C6E34

Text Example


Text Example

White with #5C6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,110,52); }

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

background-color css

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

 a { background-color: rgb(92,110,52); }

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

border-color css

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

 span { border-color: rgb(92,110,52); }

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