#053926

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

Shades of Dark Green #053926

Tints of Dark Green #053926

Color information

#053926 (or 0x053926) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 26. RGB value is (5,57,38). Sum of RGB (Red+Green+Blue) = 5+57+38=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #053926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053926 is #FAC6D9. Grayscale: #272727. Windows color (decimal): -16434906 or 2504965. OLE color: 2504965.

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

Color convert

RGB55738-
CMYK0.9100.330.78
HSL158.08º83.87%12.16%-
HSV(B)158.08º91.23%22.35%-
XYZ1.883.12.33-
YUV39.29127.27103.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 38 (15.23% from 255) = 38%
R=5%
G=57%
B=38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557380.9100.330.78158.0883.8712.16
Hex539265B0214E9e54c
Octal5714613304111623612414
Binary1011110011001101011011010000110011101001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053926; }

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

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

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

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

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

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

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

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