#053827

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

Shades of Dark Green #053827

Tints of Dark Green #053827

Color information

#053827 (or 0x053827) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 27. RGB value is (5,56,39). Sum of RGB (Red+Green+Blue) = 5+56+39=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #053827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053827 is #FAC7D8. Grayscale: #262626. Windows color (decimal): -16435161 or 2570245. OLE color: 2570245.

HSL color Cylindrical-coordinate representation of color #053827: hue angle of 160º 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 #053827 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB55639-
CMYK0.9100.300.78
HSL160º83.61%11.96%-
HSV(B)160º91.07%21.96%-
XYZ1.843.012.4-
YUV38.81128.1103.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 56 (22.27% from 255) = 56%
BLUE value IS 39 (15.62% from 255) = 39%
R=5%
G=56%
B=39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556390.9100.300.7816083.6111.96
Hex538275B01E4Ea054c
Octal5704713303611624012414
Binary101111000100111101101101111010011101010000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053827; }

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

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

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

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

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

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

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

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