#053018

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

Shades of Dark Green #053018

Tints of Dark Green #053018

Color information

#053018 (or 0x053018) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 18. RGB value is (5,48,24). Sum of RGB (Red+Green+Blue) = 5+48+24=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #053018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053018 is #FACFE7. Grayscale: #202020. Windows color (decimal): -16437224 or 1585157. OLE color: 1585157.

HSL color Cylindrical-coordinate representation of color #053018: hue angle of 146.51º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053018 is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB54824-
CMYK0.9000.50.81
HSL146.51º81.13%10.39%-
HSV(B)146.51º89.58%18.82%-
XYZ1.282.211.22-
YUV32.41123.25108.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=6.49%
G=62.34%
B=31.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548240.9000.50.81146.5181.1310.39
Hex530185A032519351a
Octal5603013206212122312112
Binary101110000110001011010011001010100011001001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053018; }

 p { color: rgb(5,48,24); }

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

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

 a { background-color: rgb(5,48,24); }

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

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

 span { border-color: rgb(5,48,24); }

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