#5A752B

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

Shades of Dark Olive Green #5A752B

Tints of Dark Olive Green #5A752B

Color information

#5A752B (or 0x5A752B) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 75 and 2B. RGB value is (90,117,43). Sum of RGB (Red+Green+Blue) = 90+117+43=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #5A752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A752B is #A58AD4. Grayscale: #646464. Windows color (decimal): -10848981 or 2848090. OLE color: 2848090.

HSL color Cylindrical-coordinate representation of color #5A752B: hue angle of 81.89º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A752B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB9011743-
CMYK0.2300.630.54
HSL81.89º46.25%31.37%-
HSV(B)81.89º63.25%45.88%-
XYZ11.0115.074.61-
YUV100.4995.55120.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=36%
G=46.8%
B=17.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90117430.2300.630.5481.8946.2531.37
Hex5A752B1703F36522e1f
Octal1321655327077661225637
Binary10110101110101101011101110111111110110101001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,117,43); }

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

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

 a { background-color: rgb(90,117,43); }

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

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

 span { border-color: rgb(90,117,43); }

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