#05392B

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

Shades of Dark Green #05392B

Tints of Dark Green #05392B

Color information

#05392B (or 0x05392B) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 2B. RGB value is (5,57,43). Sum of RGB (Red+Green+Blue) = 5+57+43=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #05392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05392B is #FAC6D4. Grayscale: #272727. Windows color (decimal): -16434901 or 2832645. OLE color: 2832645.

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

Color convert

RGB55743-
CMYK0.9100.250.78
HSL163.85º83.87%12.16%-
HSV(B)163.85º91.23%22.35%-
XYZ1.963.132.79-
YUV39.86129.77103.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=4.76%
G=54.29%
B=40.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557430.9100.250.78163.8583.8712.16
Hex5392B5B0194Ea454c
Octal5715313303111624412414
Binary101111001101011101101101100110011101010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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