#004938

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

Shades of Deep Teal #004938

Tints of Deep Teal #004938

Color information

#004938 (or 0x004938) is unknown color: approx Deep Teal. HEX triplet: 00, 49 and 38. RGB value is (0,73,56). Sum of RGB (Red+Green+Blue) = 0+73+56=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #004938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004938 is #FFB6C7. Grayscale: #313131. Windows color (decimal): -16758472 or 3688704. OLE color: 3688704.

HSL color Cylindrical-coordinate representation of color #004938: hue angle of 166.03º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004938 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB07356-
CMYK100.230.71
HSL166.03º100%14.31%-
HSV(B)166.03º100%28.63%-
XYZ3.15.054.55-
YUV49.24131.8292.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=0%
G=56.59%
B=43.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07356100.230.71166.0310014.31
Hex049386401747a664e
Octal01117014402710724614416
Binary01001001111000110010001011110001111010011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004938; }

 p { color: rgb(0,73,56); }

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

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

 a { background-color: rgb(0,73,56); }

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

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

 span { border-color: rgb(0,73,56); }

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