#034636

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

Shades of Deep Teal #034636

Tints of Deep Teal #034636

Color information

#034636 (or 0x034636) is unknown color: approx Deep Teal. HEX triplet: 03, 46 and 36. RGB value is (3,70,54). Sum of RGB (Red+Green+Blue) = 3+70+54=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #034636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034636 is #FCB9C9. Grayscale: #303030. Windows color (decimal): -16562634 or 3556867. OLE color: 3556867.

HSL color Cylindrical-coordinate representation of color #034636: hue angle of 165.67º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034636 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB37054-
CMYK0.9600.230.73
HSL165.67º91.78%14.31%-
HSV(B)165.67º95.71%27.45%-
XYZ2.894.674.24-
YUV48.14131.395.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=2.36%
G=55.12%
B=42.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370540.9600.230.73165.6791.7814.31
Hex346366001749a65ce
Octal31066614002711124613416
Binary111000110110110110000001011110010011010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034636; }

 p { color: rgb(3,70,54); }

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

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

 a { background-color: rgb(3,70,54); }

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

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

 span { border-color: rgb(3,70,54); }

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