#053B2E

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

Shades of Dark Green #053B2E

Tints of Dark Green #053B2E

Color information

#053B2E (or 0x053B2E) is unknown color: approx Dark Green. HEX triplet: 05, 3B and 2E. RGB value is (5,59,46). Sum of RGB (Red+Green+Blue) = 5+59+46=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2E is #FAC4D1. Grayscale: #292929. Windows color (decimal): -16434386 or 3029765. OLE color: 3029765.

HSL color Cylindrical-coordinate representation of color #053B2E: hue angle of 165.56º 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 #053B2E is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB55946-
CMYK0.9200.220.77
HSL165.56º84.38%12.55%-
HSV(B)165.56º91.53%23.14%-
XYZ2.123.363.12-
YUV41.37130.61102.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=4.55%
G=53.64%
B=41.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559460.9200.220.77165.5684.3812.55
Hex53B2E5C0164Da654d
Octal5735613402611524612415
Binary101111011101110101110001011010011011010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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