#05392F

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

Shades of Dark Green #05392F

Tints of Dark Green #05392F

Color information

#05392F (or 0x05392F) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 2F. RGB value is (5,57,47). Sum of RGB (Red+Green+Blue) = 5+57+47=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #05392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392F is #FAC6D0. Grayscale: #282828. Windows color (decimal): -16434897 or 3094789. OLE color: 3094789.

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

Color convert

RGB55747-
CMYK0.9100.180.78
HSL168.46º83.87%12.16%-
HSV(B)168.46º91.23%22.35%-
XYZ2.043.163.19-
YUV40.31131.77102.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 57 (22.66% from 255) = 52.29%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=4.59%
G=52.29%
B=43.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557470.9100.180.78168.4683.8712.16
Hex5392F5B0124Ea854c
Octal5715713302211625012414
Binary101111001101111101101101001010011101010100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05392F; }

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

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

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

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

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

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

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

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