#034837

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

Shades of Deep Teal #034837

Tints of Deep Teal #034837

Color information

#034837 (or 0x034837) is unknown color: approx Deep Teal. HEX triplet: 03, 48 and 37. RGB value is (3,72,55). Sum of RGB (Red+Green+Blue) = 3+72+55=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #034837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034837 is #FCB7C8. Grayscale: #313131. Windows color (decimal): -16562121 or 3622915. OLE color: 3622915.

HSL color Cylindrical-coordinate representation of color #034837: hue angle of 165.22º 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 #034837 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB37255-
CMYK0.9600.240.72
HSL165.22º92%14.71%-
HSV(B)165.22º95.83%28.24%-
XYZ3.044.934.41-
YUV49.43131.1494.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=2.31%
G=55.38%
B=42.31%

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
Decimal372550.9600.240.72165.229214.71
Hex348376001848a55cf
Octal31106714003011024513417
Binary111001000110111110000001100010010001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034837; }

 p { color: rgb(3,72,55); }

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

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

 a { background-color: rgb(3,72,55); }

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

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

 span { border-color: rgb(3,72,55); }

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