#5A7C30

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

Shades of Dark Olive Green #5A7C30

Tints of Dark Olive Green #5A7C30

Color information

#5A7C30 (or 0x5A7C30) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 7C and 30. RGB value is (90,124,48). Sum of RGB (Red+Green+Blue) = 90+124+48=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7C30 is #A583CF. Grayscale: #696969. Windows color (decimal): -10847184 or 3177562. OLE color: 3177562.

HSL color Cylindrical-coordinate representation of color #5A7C30: hue angle of 86.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A7C30 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB9012448-
CMYK0.2700.610.51
HSL86.84º44.19%33.73%-
HSV(B)86.84º61.29%48.63%-
XYZ11.9616.85.41-
YUV105.1795.74117.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.35%
GREEN value IS 124 (48.83% from 255) = 47.33%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=34.35%
G=47.33%
B=18.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90124480.2700.610.5186.8444.1933.73
Hex5A7C301B03D33572c22
Octal1321746033075631275442
Binary101101011111001100001101101111011100111010111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,48); }

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

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

 a { background-color: rgb(90,124,48); }

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

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

 span { border-color: rgb(90,124,48); }

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