#054936

Color #054936 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #054936

Tints of Deep Teal #054936

Color information

#054936 (or 0x054936) is unknown color: approx Deep Teal. HEX triplet: 05, 49 and 36. RGB value is (5,73,54). Sum of RGB (Red+Green+Blue) = 5+73+54=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #054936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054936 is #FAB6C9. Grayscale: #323232. Windows color (decimal): -16430794 or 3557637. OLE color: 3557637.

HSL color Cylindrical-coordinate representation of color #054936: hue angle of 163.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054936 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB57354-
CMYK0.9300.260.71
HSL163.24º87.18%15.29%-
HSV(B)163.24º93.15%28.63%-
XYZ3.115.064.3-
YUV50.5129.9795.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=3.79%
G=55.30%
B=40.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573540.9300.260.71163.2487.1815.29
Hex549365D01A47a357f
Octal51116613503210724312717
Binary1011001001110110101110101101010001111010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054936; }

 p { color: rgb(5,73,54); }

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

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

 a { background-color: rgb(5,73,54); }

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

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

 span { border-color: rgb(5,73,54); }

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