Html Css Color HEX #5A7428 Dark Olive Green

📋 copy color: '#5A7428'

red 90 ◦ green 116 ◦ blue 40

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

Shades of Dark Olive Green #5A7428

Tints of Dark Olive Green #5A7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 36.59%
G = 47.15%
B = 16.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#5A7428 (or 0x5A7428) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 28. RGB value is (90,116,40). Sum of RGB (Red+Green+Blue) = 90+116+40=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7428 is #A58BD7. Grayscale: #636363. Windows color (decimal): -10849240 or 2651226. OLE color: 2651226.

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

Color convert

RGB 90 116 40 -
CMYK 0.22 0 0.66 0.55
HSL 80.53º 0.49% 0.31% -
HSV(B) 80.53º 0.66% 0.45% -
XYZ 10.84 14.82 4.3 -
YUV 99.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 90 116 40 0.22 0 0.66 0.55 80.53 0.49 0.31
Hex 5A 74 28 16 0 42 37 51 31 1F
Octal 132 164 50 26 0 102 67 121 61 37
Binary 1011010 1110100 101000 10110 0 1000010 110111 1010001 110001 11111

Color Harmonies of #5A7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7428

Black with #5A7428

Text Example


Text Example

White with #5A7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,40); }

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

background-color css

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

 a { background-color: rgb(90,116,40); }

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

border-color css

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

 span { border-color: rgb(90,116,40); }

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