Html Css Color HEX #004938 Deep Teal

📋 copy color: '#004938'

red 0 ◦ green 73 ◦ blue 56

#004938
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #004938

Tints of Deep Teal #004938

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 value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#004938 (or 0x004938) is known color: 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

RGB 0 73 56 -
CMYK 1 0 0.23 0.71
HSL 166.03º 1% 0.14% -
HSV(B) 166.03º 1% 0.29% -
XYZ 3.1 5.05 4.55 -
YUV 49.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 0 73 56 1 0 0.23 0.71 166.03 1 0.14
Hex 0 49 38 64 0 17 47 A6 64 E
Octal 0 111 70 144 0 27 107 246 144 16
Binary 0 1001001 111000 1100100 0 10111 1000111 10100110 1100100 1110

Color Harmonies of #004938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004938

Black with #004938

Text Example


Text Example

White with #004938

Text Example


Text Example

HTML Codes & Css Web 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>