#053027

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

Shades of Dark Green #053027

Tints of Dark Green #053027

Color information

#053027 (or 0x053027) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 27. RGB value is (5,48,39). Sum of RGB (Red+Green+Blue) = 5+48+39=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #053027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053027 is #FACFD8. Grayscale: #222222. Windows color (decimal): -16437209 or 2568197. OLE color: 2568197.

HSL color Cylindrical-coordinate representation of color #053027: hue angle of 167.44º 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 #053027 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB54839-
CMYK0.9000.190.81
HSL167.44º81.13%10.39%-
HSV(B)167.44º89.58%18.82%-
XYZ1.492.292.28-
YUV34.12130.75107.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=5.43%
G=52.17%
B=42.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548390.9000.190.81167.4481.1310.39
Hex530275A01351a751a
Octal5604713202312124712112
Binary101110000100111101101001001110100011010011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053027; }

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

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

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

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

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

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

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

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