Html Css Color HEX #5B7227 Dark Olive Green

📋 copy color: '#5B7227'

red 91 ◦ green 114 ◦ blue 39

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

Shades of Dark Olive Green #5B7227

Tints of Dark Olive Green #5B7227

RGB

 RED value IS 91 (35.94% from 255) = 37.3%

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

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 37.3%
G = 46.72%
B = 15.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#5B7227 (or 0x5B7227) is known color: Dark Olive Green. HEX triplet: 5B, 72 and 27. RGB value is (91,114,39). Sum of RGB (Red+Green+Blue) = 91+114+39=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7227 is #A48DD8. Grayscale: #626262. Windows color (decimal): -10784217 or 2585179. OLE color: 2585179.

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

Color convert

RGB 91 114 39 -
CMYK 0.20 0 0.66 0.55
HSL 78.4º 0.49% 0.3% -
HSV(B) 78.4º 0.66% 0.45% -
XYZ 10.7 14.41 4.14 -
YUV 98.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 91 114 39 0.20 0 0.66 0.55 78.4 0.49 0.3
Hex 5B 72 27 14 0 42 37 4E 31 1E
Octal 133 162 47 24 0 102 67 116 61 36
Binary 1011011 1110010 100111 10100 0 1000010 110111 1001110 110001 11110

Color Harmonies of #5B7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7227

Black with #5B7227

Text Example


Text Example

White with #5B7227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,39); }

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

background-color css

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

 a { background-color: rgb(91,114,39); }

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

border-color css

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

 span { border-color: rgb(91,114,39); }

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