Html Css Color HEX #5C6A37 Dark Olive Green

📋 copy color: '#5C6A37'

red 92 ◦ green 106 ◦ blue 55

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

Shades of Dark Olive Green #5C6A37

Tints of Dark Olive Green #5C6A37

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 36.36%
G = 41.9%
B = 21.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#5C6A37 (or 0x5C6A37) is known color: Dark Olive Green. HEX triplet: 5C, 6A and 37. RGB value is (92,106,55). Sum of RGB (Red+Green+Blue) = 92+106+55=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6A37 is #A395C8. Grayscale: #606060. Windows color (decimal): -10720713 or 3631708. OLE color: 3631708.

HSL color Cylindrical-coordinate representation of color #5C6A37: hue angle of 76.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C6A37 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 106 55 -
CMYK 0.13 0 0.48 0.58
HSL 76.47º 0.32% 0.32% -
HSV(B) 76.47º 0.48% 0.42% -
XYZ 10.26 12.86 5.56 -
YUV 96 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 92 106 55 0.13 0 0.48 0.58 76.47 0.32 0.32
Hex 5C 6A 37 D 0 30 3A 4C 20 20
Octal 134 152 67 15 0 60 72 114 40 40
Binary 1011100 1101010 110111 1101 0 110000 111010 1001100 100000 100000

Color Harmonies of #5C6A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6A37

Black with #5C6A37

Text Example


Text Example

White with #5C6A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,55); }

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

background-color css

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

 a { background-color: rgb(92,106,55); }

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

border-color css

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

 span { border-color: rgb(92,106,55); }

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