Html Css Color HEX #5A6B33 Dark Olive Green

📋 copy color: '#5A6B33'

red 90 ◦ green 107 ◦ blue 51

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

Shades of Dark Olive Green #5A6B33

Tints of Dark Olive Green #5A6B33

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

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

R = 36.29%
G = 43.15%
B = 20.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#5A6B33 (or 0x5A6B33) is known color: Dark Olive Green. HEX triplet: 5A, 6B and 33. RGB value is (90,107,51). Sum of RGB (Red+Green+Blue) = 90+107+51=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B33 is #A594CC. Grayscale: #5F5F5F. Windows color (decimal): -10851533 or 3369818. OLE color: 3369818.

HSL color Cylindrical-coordinate representation of color #5A6B33: hue angle of 78.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6B33 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 51 -
CMYK 0.16 0 0.52 0.58
HSL 78.21º 0.35% 0.31% -
HSV(B) 78.21º 0.52% 0.42% -
XYZ 10.07 12.93 5.1 -
YUV 95.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 90 107 51 0.16 0 0.52 0.58 78.21 0.35 0.31
Hex 5A 6B 33 10 0 34 3A 4E 23 1F
Octal 132 153 63 20 0 64 72 116 43 37
Binary 1011010 1101011 110011 10000 0 110100 111010 1001110 100011 11111

Color Harmonies of #5A6B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B33

Black with #5A6B33

Text Example


Text Example

White with #5A6B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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