#004336

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

Shades of Deep Teal #004336

Tints of Deep Teal #004336

Color information

#004336 (or 0x004336) is unknown color: approx Deep Teal. HEX triplet: 00, 43 and 36. RGB value is (0,67,54). Sum of RGB (Red+Green+Blue) = 0+67+54=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #004336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004336 is #FFBCC9. Grayscale: #2D2D2D. Windows color (decimal): -16760010 or 3556096. OLE color: 3556096.

HSL color Cylindrical-coordinate representation of color #004336: hue angle of 168.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004336 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB06754-
CMYK100.190.74
HSL168.36º100%13.14%-
HSV(B)168.36º100%26.27%-
XYZ2.674.284.18-
YUV45.48132.895.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=0%
G=55.37%
B=44.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06754100.190.74168.3610013.14
Hex04336640134Aa864d
Octal01036614402311225014415
Binary01000011110110110010001001110010101010100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004336; }

 p { color: rgb(0,67,54); }

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

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

 a { background-color: rgb(0,67,54); }

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

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

 span { border-color: rgb(0,67,54); }

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