#05392D

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

Shades of Dark Green #05392D

Tints of Dark Green #05392D

Color information

#05392D (or 0x05392D) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 2D. RGB value is (5,57,45). Sum of RGB (Red+Green+Blue) = 5+57+45=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #05392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392D is #FAC6D2. Grayscale: #282828. Windows color (decimal): -16434899 or 2963717. OLE color: 2963717.

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

Color convert

RGB55745-
CMYK0.9100.210.78
HSL166.15º83.87%12.16%-
HSV(B)166.15º91.23%22.35%-
XYZ23.152.98-
YUV40.08130.77102.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=4.67%
G=53.27%
B=42.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557450.9100.210.78166.1583.8712.16
Hex5392D5B0154Ea654c
Octal5715513302511624612414
Binary101111001101101101101101010110011101010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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