Html Css Color HEX #5A6533 Dark Olive Green

📋 copy color: '#5A6533'

red 90 ◦ green 101 ◦ blue 51

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

Shades of Dark Olive Green #5A6533

Tints of Dark Olive Green #5A6533

RGB

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

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

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

R = 37.19%
G = 41.74%
B = 21.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#5A6533 (or 0x5A6533) is known color: Dark Olive Green. HEX triplet: 5A, 65 and 33. RGB value is (90,101,51). Sum of RGB (Red+Green+Blue) = 90+101+51=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6533 is #A59ACC. Grayscale: #5C5C5C. Windows color (decimal): -10853069 or 3368282. OLE color: 3368282.

HSL color Cylindrical-coordinate representation of color #5A6533: hue angle of 73.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A6533 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 51 -
CMYK 0.11 0 0.50 0.60
HSL 73.2º 0.33% 0.3% -
HSV(B) 73.2º 0.5% 0.4% -
XYZ 9.47 11.72 4.9 -
YUV 92.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 90 101 51 0.11 0 0.50 0.60 73.2 0.33 0.3
Hex 5A 65 33 B 0 32 3C 49 21 1E
Octal 132 145 63 13 0 62 74 111 41 36
Binary 1011010 1100101 110011 1011 0 110010 111100 1001001 100001 11110

Color Harmonies of #5A6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6533

Black with #5A6533

Text Example


Text Example

White with #5A6533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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