#034736

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

Shades of Deep Teal #034736

Tints of Deep Teal #034736

Color information

#034736 (or 0x034736) is unknown color: approx Deep Teal. HEX triplet: 03, 47 and 36. RGB value is (3,71,54). Sum of RGB (Red+Green+Blue) = 3+71+54=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #034736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034736 is #FCB8C9. Grayscale: #303030. Windows color (decimal): -16562378 or 3557123. OLE color: 3557123.

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

Color convert

RGB37154-
CMYK0.9600.240.72
HSL165º91.89%14.51%-
HSV(B)165º95.77%27.84%-
XYZ2.964.794.26-
YUV48.73130.9795.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=2.34%
G=55.47%
B=42.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371540.9600.240.7216591.8914.51
Hex347366001848a55cf
Octal31076614003011024513417
Binary111000111110110110000001100010010001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034736; }

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

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

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

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

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

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

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

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