Html Css Color HEX #5C722E Dark Olive Green

📋 copy color: '#5C722E'

red 92 ◦ green 114 ◦ blue 46

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

Shades of Dark Olive Green #5C722E

Tints of Dark Olive Green #5C722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 36.51%
G = 45.24%
B = 18.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#5C722E (or 0x5C722E) is known color: Dark Olive Green. HEX triplet: 5C, 72 and 2E. RGB value is (92,114,46). Sum of RGB (Red+Green+Blue) = 92+114+46=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #5C722E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C722E is #A38DD1. Grayscale: #636363. Windows color (decimal): -10718674 or 3043932. OLE color: 3043932.

HSL color Cylindrical-coordinate representation of color #5C722E: hue angle of 79.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C722E is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 114 46 -
CMYK 0.19 0 0.60 0.55
HSL 79.41º 0.43% 0.31% -
HSV(B) 79.41º 0.6% 0.45% -
XYZ 10.92 14.51 4.81 -
YUV 99.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 92 114 46 0.19 0 0.60 0.55 79.41 0.43 0.31
Hex 5C 72 2E 13 0 3C 37 4F 2A 1F
Octal 134 162 56 23 0 74 67 117 52 37
Binary 1011100 1110010 101110 10011 0 111100 110111 1001111 101010 11111

Color Harmonies of #5C722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C722E

Black with #5C722E

Text Example


Text Example

White with #5C722E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,114,46); }

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

background-color css

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

 a { background-color: rgb(92,114,46); }

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

border-color css

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

 span { border-color: rgb(92,114,46); }

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