#054037

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

Shades of Deep Teal #054037

Tints of Deep Teal #054037

Color information

#054037 (or 0x054037) is unknown color: approx Deep Teal. HEX triplet: 05, 40 and 37. RGB value is (5,64,55). Sum of RGB (Red+Green+Blue) = 5+64+55=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #054037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054037 is #FABFC8. Grayscale: #2D2D2D. Windows color (decimal): -16433097 or 3620869. OLE color: 3620869.

HSL color Cylindrical-coordinate representation of color #054037: hue angle of 170.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054037 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB56455-
CMYK0.9200.140.75
HSL170.85º85.51%13.53%-
HSV(B)170.85º92.19%25.1%-
XYZ2.593.974.25-
YUV45.33133.4599.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=4.03%
G=51.61%
B=44.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564550.9200.140.75170.8585.5113.53
Hex540375C0E4Bab56e
Octal51006713401611325312616
Binary101100000011011110111000111010010111010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054037; }

 p { color: rgb(5,64,55); }

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

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

 a { background-color: rgb(5,64,55); }

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

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

 span { border-color: rgb(5,64,55); }

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