Html Css Color HEX #5A7227 Dark Olive Green

📋 copy color: '#5A7227'

red 90 ◦ green 114 ◦ blue 39

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

Shades of Dark Olive Green #5A7227

Tints of Dark Olive Green #5A7227

RGB

 RED value IS 90 (35.55% from 255) = 37.04%

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

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

R = 37.04%
G = 46.91%
B = 16.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#5A7227 (or 0x5A7227) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 27. RGB value is (90,114,39). Sum of RGB (Red+Green+Blue) = 90+114+39=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7227 is #A58DD8. Grayscale: #626262. Windows color (decimal): -10849753 or 2585178. OLE color: 2585178.

HSL color Cylindrical-coordinate representation of color #5A7227: hue angle of 79.2º 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 #5A7227 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 39 -
CMYK 0.21 0 0.66 0.55
HSL 79.2º 0.49% 0.3% -
HSV(B) 79.2º 0.66% 0.45% -
XYZ 10.6 14.35 4.13 -
YUV 98.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 90 114 39 0.21 0 0.66 0.55 79.2 0.49 0.3
Hex 5A 72 27 15 0 42 37 4F 31 1E
Octal 132 162 47 25 0 102 67 117 61 36
Binary 1011010 1110010 100111 10101 0 1000010 110111 1001111 110001 11110

Color Harmonies of #5A7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7227

Black with #5A7227

Text Example


Text Example

White with #5A7227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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