#5A6733

Color #5A6733 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5A6733

Tints of Dark Olive Green #5A6733

Color information

#5A6733 (or 0x5A6733) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 67 and 33. RGB value is (90,103,51). Sum of RGB (Red+Green+Blue) = 90+103+51=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6733 is #A598CC. Grayscale: #5D5D5D. Windows color (decimal): -10852557 or 3368794. OLE color: 3368794.

HSL color Cylindrical-coordinate representation of color #5A6733: hue angle of 75º degrees, saturation: 0.34, 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 #5A6733 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB9010351-
CMYK0.1300.500.60
HSL75º33.77%30.2%-
HSV(B)75º50.49%40.39%-
XYZ9.6612.114.96-
YUV93.18104.19125.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=36.89%
G=42.21%
B=20.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103510.1300.500.607533.7730.2
Hex5A6733D0323C4b221e
Octal1321476315062741134236
Binary1011010110011111001111010110010111100100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A6733;
 }
 .AnyTagClassName
 {
   color: #5A6733;
 }
</style>
background-color css

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

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

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

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

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

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