Html Css Color HEX #5A6539 Dark Olive Green

📋 copy color: '#5A6539'

red 90 ◦ green 101 ◦ blue 57

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

Shades of Dark Olive Green #5A6539

Tints of Dark Olive Green #5A6539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 36.29%
G = 40.73%
B = 22.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#5A6539 (or 0x5A6539) is known color: Dark Olive Green. HEX triplet: 5A, 65 and 39. RGB value is (90,101,57). Sum of RGB (Red+Green+Blue) = 90+101+57=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6539 is #A59AC6. Grayscale: #5C5C5C. Windows color (decimal): -10853063 or 3761498. OLE color: 3761498.

HSL color Cylindrical-coordinate representation of color #5A6539: hue angle of 75º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A6539 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 57 -
CMYK 0.11 0 0.44 0.60
HSL 75º 0.28% 0.31% -
HSV(B) 75º 0.44% 0.4% -
XYZ 9.61 11.78 5.64 -
YUV 92.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 90 101 57 0.11 0 0.44 0.60 75 0.28 0.31
Hex 5A 65 39 B 0 2C 3C 4B 1C 1F
Octal 132 145 71 13 0 54 74 113 34 37
Binary 1011010 1100101 111001 1011 0 101100 111100 1001011 11100 11111

Color Harmonies of #5A6539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6539

Black with #5A6539

Text Example


Text Example

White with #5A6539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,57); }

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

background-color css

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

 a { background-color: rgb(90,101,57); }

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

border-color css

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

 span { border-color: rgb(90,101,57); }

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