#064538

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

Shades of Deep Teal #064538

Tints of Deep Teal #064538

Color information

#064538 (or 0x064538) is unknown color: approx Deep Teal. HEX triplet: 06, 45 and 38. RGB value is (6,69,56). Sum of RGB (Red+Green+Blue) = 6+69+56=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #064538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064538 is #F9BAC7. Grayscale: #303030. Windows color (decimal): -16366280 or 3687686. OLE color: 3687686.

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

Color convert

RGB66956-
CMYK0.9100.190.73
HSL167.62º84%14.71%-
HSV(B)167.62º91.3%27.06%-
XYZ2.924.584.47-
YUV48.68132.1397.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=4.58%
G=52.67%
B=42.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669560.9100.190.73167.628414.71
Hex645385B01349a854f
Octal61057013302311125012417
Binary1101000101111000101101101001110010011010100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064538; }

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

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

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

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

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

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

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

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