Html Css Color HEX #5C732A Dark Olive Green

📋 copy color: '#5C732A'

red 92 ◦ green 115 ◦ blue 42

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

Shades of Dark Olive Green #5C732A

Tints of Dark Olive Green #5C732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 36.95%
G = 46.18%
B = 16.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#5C732A (or 0x5C732A) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 2A. RGB value is (92,115,42). Sum of RGB (Red+Green+Blue) = 92+115+42=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #5C732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C732A is #A38CD5. Grayscale: #646464. Windows color (decimal): -10718422 or 2782044. OLE color: 2782044.

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

Color convert

RGB 92 115 42 -
CMYK 0.20 0 0.63 0.55
HSL 78.9º 0.46% 0.31% -
HSV(B) 78.9º 0.63% 0.45% -
XYZ 10.96 14.7 4.45 -
YUV 99.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 92 115 42 0.20 0 0.63 0.55 78.9 0.46 0.31
Hex 5C 73 2A 14 0 3F 37 4F 2E 1F
Octal 134 163 52 24 0 77 67 117 56 37
Binary 1011100 1110011 101010 10100 0 111111 110111 1001111 101110 11111

Color Harmonies of #5C732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C732A

Black with #5C732A

Text Example


Text Example

White with #5C732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,42); }

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

background-color css

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

 a { background-color: rgb(92,115,42); }

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

border-color css

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

 span { border-color: rgb(92,115,42); }

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