Html Css Color HEX #5A6F33 Dark Olive Green

📋 copy color: '#5A6F33'

red 90 ◦ green 111 ◦ blue 51

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

Shades of Dark Olive Green #5A6F33

Tints of Dark Olive Green #5A6F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.05%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 35.71%
G = 44.05%
B = 20.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#5A6F33 (or 0x5A6F33) is known color: Dark Olive Green. HEX triplet: 5A, 6F and 33. RGB value is (90,111,51). Sum of RGB (Red+Green+Blue) = 90+111+51=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6F33 is #A590CC. Grayscale: #626262. Windows color (decimal): -10850509 or 3370842. OLE color: 3370842.

HSL color Cylindrical-coordinate representation of color #5A6F33: hue angle of 81º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A6F33 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 111 51 -
CMYK 0.19 0 0.54 0.56
HSL 81º 0.37% 0.32% -
HSV(B) 81º 0.54% 0.44% -
XYZ 10.5 13.78 5.24 -
YUV 97.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 90 111 51 0.19 0 0.54 0.56 81 0.37 0.32
Hex 5A 6F 33 13 0 36 38 51 25 20
Octal 132 157 63 23 0 66 70 121 45 40
Binary 1011010 1101111 110011 10011 0 110110 111000 1010001 100101 100000

Color Harmonies of #5A6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6F33

Black with #5A6F33

Text Example


Text Example

White with #5A6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,51); }

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

background-color css

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

 a { background-color: rgb(90,111,51); }

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

border-color css

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

 span { border-color: rgb(90,111,51); }

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