#004838

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

Shades of Deep Teal #004838

Tints of Deep Teal #004838

Color information

#004838 (or 0x004838) is unknown color: approx Deep Teal. HEX triplet: 00, 48 and 38. RGB value is (0,72,56). Sum of RGB (Red+Green+Blue) = 0+72+56=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #004838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004838 is #FFB7C7. Grayscale: #303030. Windows color (decimal): -16758728 or 3688448. OLE color: 3688448.

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

Color convert

RGB07256-
CMYK100.220.72
HSL166.67º100%14.12%-
HSV(B)166.67º100%28.24%-
XYZ3.034.924.53-
YUV48.65132.1593.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=0%
G=56.25%
B=43.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07256100.220.72166.6710014.12
Hex048386401648a764e
Octal01107014402611024714416
Binary01001000111000110010001011010010001010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004838; }

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

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

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

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

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

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

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

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