#064535

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

Shades of Deep Teal #064535

Tints of Deep Teal #064535

Color information

#064535 (or 0x064535) is unknown color: approx Deep Teal. HEX triplet: 06, 45 and 35. RGB value is (6,69,53). Sum of RGB (Red+Green+Blue) = 6+69+53=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #064535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064535 is #F9BACA. Grayscale: #303030. Windows color (decimal): -16366283 or 3491078. OLE color: 3491078.

HSL color Cylindrical-coordinate representation of color #064535: hue angle of 164.76º 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 #064535 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB66953-
CMYK0.9100.230.73
HSL164.76º84%14.71%-
HSV(B)164.76º91.3%27.06%-
XYZ2.854.554.1-
YUV48.34130.6397.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=4.69%
G=53.91%
B=41.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669530.9100.230.73164.768414.71
Hex645355B01749a554f
Octal61056513302711124512417
Binary1101000101110101101101101011110010011010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064535; }

 p { color: rgb(6,69,53); }

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

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

 a { background-color: rgb(6,69,53); }

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

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

 span { border-color: rgb(6,69,53); }

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