#064436

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

Shades of Deep Teal #064436

Tints of Deep Teal #064436

Color information

#064436 (or 0x064436) is unknown color: approx Deep Teal. HEX triplet: 06, 44 and 36. RGB value is (6,68,54). Sum of RGB (Red+Green+Blue) = 6+68+54=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #064436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064436 is #F9BBC9. Grayscale: #2F2F2F. Windows color (decimal): -16366538 or 3556358. OLE color: 3556358.

HSL color Cylindrical-coordinate representation of color #064436: hue angle of 166.45º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064436 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB66854-
CMYK0.9100.210.73
HSL166.45º83.78%14.51%-
HSV(B)166.45º91.18%26.67%-
XYZ2.814.444.2-
YUV47.87131.4698.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=4.69%
G=53.12%
B=42.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668540.9100.210.73166.4583.7814.51
Hex644365B01549a654f
Octal61046613302511124612417
Binary1101000100110110101101101010110010011010011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064436; }

 p { color: rgb(6,68,54); }

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

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

 a { background-color: rgb(6,68,54); }

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

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

 span { border-color: rgb(6,68,54); }

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