#064534

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

Shades of Deep Teal #064534

Tints of Deep Teal #064534

Color information

#064534 (or 0x064534) is unknown color: approx Deep Teal. HEX triplet: 06, 45 and 34. RGB value is (6,69,52). Sum of RGB (Red+Green+Blue) = 6+69+52=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #064534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064534 is #F9BACB. Grayscale: #303030. Windows color (decimal): -16366284 or 3425542. OLE color: 3425542.

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

Color convert

RGB66952-
CMYK0.9100.250.73
HSL163.81º84%14.71%-
HSV(B)163.81º91.3%27.06%-
XYZ2.824.543.98-
YUV48.22130.1397.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=4.72%
G=54.33%
B=40.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669520.9100.250.73163.818414.71
Hex645345B01949a454f
Octal61056413303111124412417
Binary1101000101110100101101101100110010011010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064534; }

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

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

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

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

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

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

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

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