#053927

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

Shades of Dark Green #053927

Tints of Dark Green #053927

Color information

#053927 (or 0x053927) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 27. RGB value is (5,57,39). Sum of RGB (Red+Green+Blue) = 5+57+39=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #053927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053927 is #FAC6D8. Grayscale: #272727. Windows color (decimal): -16434905 or 2570501. OLE color: 2570501.

HSL color Cylindrical-coordinate representation of color #053927: hue angle of 159.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053927 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB55739-
CMYK0.9100.320.78
HSL159.23º83.87%12.16%-
HSV(B)159.23º91.23%22.35%-
XYZ1.893.112.42-
YUV39.4127.77103.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=4.95%
G=56.44%
B=38.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557390.9100.320.78159.2383.8712.16
Hex539275B0204E9f54c
Octal5714713304011623712414
Binary1011110011001111011011010000010011101001111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053927; }

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

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

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

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

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

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

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

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