#004537

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

Shades of Deep Teal #004537

Tints of Deep Teal #004537

Color information

#004537 (or 0x004537) is unknown color: approx Deep Teal. HEX triplet: 00, 45 and 37. RGB value is (0,69,55). Sum of RGB (Red+Green+Blue) = 0+69+55=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #004537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004537 is #FFBAC8. Grayscale: #2E2E2E. Windows color (decimal): -16759497 or 3622144. OLE color: 3622144.

HSL color Cylindrical-coordinate representation of color #004537: hue angle of 167.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004537 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB06955-
CMYK100.200.73
HSL167.83º100%13.53%-
HSV(B)167.83º100%27.06%-
XYZ2.824.534.34-
YUV46.77132.6494.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=0%
G=55.65%
B=44.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06955100.200.73167.8310013.53
Hex045376401449a864e
Octal01056714402411125014416
Binary01000101110111110010001010010010011010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004537; }

 p { color: rgb(0,69,55); }

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

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

 a { background-color: rgb(0,69,55); }

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

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

 span { border-color: rgb(0,69,55); }

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