#034838

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

Shades of Deep Teal #034838

Tints of Deep Teal #034838

Color information

#034838 (or 0x034838) is unknown color: approx Deep Teal. HEX triplet: 03, 48 and 38. RGB value is (3,72,56). Sum of RGB (Red+Green+Blue) = 3+72+56=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #034838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034838 is #FCB7C7. Grayscale: #313131. Windows color (decimal): -16562120 or 3688451. OLE color: 3688451.

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

Color convert

RGB37256-
CMYK0.9600.220.72
HSL166.09º92%14.71%-
HSV(B)166.09º95.83%28.24%-
XYZ3.074.944.53-
YUV49.54131.6494.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=2.29%
G=54.96%
B=42.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372560.9600.220.72166.099214.71
Hex348386001648a65cf
Octal31107014002611024613417
Binary111001000111000110000001011010010001010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034838; }

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

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

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

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

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

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

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

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