#053618

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

Shades of Dark Green #053618

Tints of Dark Green #053618

Color information

#053618 (or 0x053618) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 18. RGB value is (5,54,24). Sum of RGB (Red+Green+Blue) = 5+54+24=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 54 (21.48% from 255 or 65.06% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 54 - color contains mainly: green. Hex color #053618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053618 is #FAC9E7. Grayscale: #242424. Windows color (decimal): -16435688 or 1586693. OLE color: 1586693.

HSL color Cylindrical-coordinate representation of color #053618: hue angle of 143.27º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053618 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB55424-
CMYK0.9100.560.79
HSL143.27º83.05%11.57%-
HSV(B)143.27º90.74%21.18%-
XYZ1.552.741.31-
YUV35.93121.27105.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 54 (21.48% from 255) = 65.06%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=6.02%
G=65.06%
B=28.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554240.9100.560.79143.2783.0511.57
Hex536185B0384F8f53c
Octal5663013307011721712314
Binary101110110110001011011011100010011111000111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053618; }

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

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

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

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

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

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

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

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