#064735

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

Shades of Deep Teal #064735

Tints of Deep Teal #064735

Color information

#064735 (or 0x064735) is unknown color: approx Deep Teal. HEX triplet: 06, 47 and 35. RGB value is (6,71,53). Sum of RGB (Red+Green+Blue) = 6+71+53=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #064735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064735 is #F9B8CA. Grayscale: #313131. Windows color (decimal): -16365771 or 3491590. OLE color: 3491590.

HSL color Cylindrical-coordinate representation of color #064735: hue angle of 163.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064735 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB67153-
CMYK0.9200.250.72
HSL163.38º84.42%15.1%-
HSV(B)163.38º91.55%27.84%-
XYZ2.974.84.14-
YUV49.51129.9796.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=4.62%
G=54.62%
B=40.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671530.9200.250.72163.3884.4215.1
Hex647355C01948a354f
Octal61076513403111024312417
Binary1101000111110101101110001100110010001010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064735; }

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

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

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

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

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

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

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

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