Html Css Color HEX #5A7333 Dark Olive Green

📋 copy color: '#5A7333'

red 90 ◦ green 115 ◦ blue 51

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

Shades of Dark Olive Green #5A7333

Tints of Dark Olive Green #5A7333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 35.16%
G = 44.92%
B = 19.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#5A7333 (or 0x5A7333) is known color: Dark Olive Green. HEX triplet: 5A, 73 and 33. RGB value is (90,115,51). Sum of RGB (Red+Green+Blue) = 90+115+51=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7333 is #A58CCC. Grayscale: #646464. Windows color (decimal): -10849485 or 3371866. OLE color: 3371866.

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

Color convert

RGB 90 115 51 -
CMYK 0.22 0 0.56 0.55
HSL 83.44º 0.39% 0.33% -
HSV(B) 83.44º 0.56% 0.45% -
XYZ 10.94 14.67 5.39 -
YUV 100.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 90 115 51 0.22 0 0.56 0.55 83.44 0.39 0.33
Hex 5A 73 33 16 0 38 37 53 27 21
Octal 132 163 63 26 0 70 67 123 47 41
Binary 1011010 1110011 110011 10110 0 111000 110111 1010011 100111 100001

Color Harmonies of #5A7333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7333

Black with #5A7333

Text Example


Text Example

White with #5A7333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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