#053B2D

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

Shades of Dark Green #053B2D

Tints of Dark Green #053B2D

Color information

#053B2D (or 0x053B2D) is unknown color: approx Dark Green. HEX triplet: 05, 3B and 2D. RGB value is (5,59,45). Sum of RGB (Red+Green+Blue) = 5+59+45=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2D is #FAC4D2. Grayscale: #292929. Windows color (decimal): -16434387 or 2964229. OLE color: 2964229.

HSL color Cylindrical-coordinate representation of color #053B2D: hue angle of 164.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B2D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB55945-
CMYK0.9200.240.77
HSL164.44º84.38%12.55%-
HSV(B)164.44º91.53%23.14%-
XYZ2.13.353.02-
YUV41.26130.11102.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=4.59%
G=54.13%
B=41.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559450.9200.240.77164.4484.3812.55
Hex53B2D5C0184Da454d
Octal5735513403011524412415
Binary101111011101101101110001100010011011010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053B2D; }

 p { color: rgb(5,59,45); }

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

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

 a { background-color: rgb(5,59,45); }

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

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

 span { border-color: rgb(5,59,45); }

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