#053B2B

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

Shades of Dark Green #053B2B

Tints of Dark Green #053B2B

Color information

#053B2B (or 0x053B2B) is unknown color: approx Dark Green. HEX triplet: 05, 3B and 2B. RGB value is (5,59,43). Sum of RGB (Red+Green+Blue) = 5+59+43=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2B is #FAC4D4. Grayscale: #292929. Windows color (decimal): -16434389 or 2833157. OLE color: 2833157.

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

Color convert

RGB55943-
CMYK0.9200.270.77
HSL162.22º84.38%12.55%-
HSV(B)162.22º91.53%23.14%-
XYZ2.063.332.82-
YUV41.03129.11102.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 59 (23.44% from 255) = 55.14%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=4.67%
G=55.14%
B=40.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559430.9200.270.77162.2284.3812.55
Hex53B2B5C01B4Da254d
Octal5735313403311524212415
Binary101111011101011101110001101110011011010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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