Html Css Color HEX #004A38 Deep Teal

📋 copy color: '#004A38'

red 0 ◦ green 74 ◦ blue 56

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

Shades of Deep Teal #004A38

Tints of Deep Teal #004A38

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 56.92%

 BLUE value IS 56 (22.27% from 255) = 43.08%

R = 0%
G = 56.92%
B = 43.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#004A38 (or 0x004A38) is known color: Deep Teal. HEX triplet: 00, 4A and 38. RGB value is (0,74,56). Sum of RGB (Red+Green+Blue) = 0+74+56=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #004A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A38 is #FFB5C7. Grayscale: #313131. Windows color (decimal): -16758216 or 3688960. OLE color: 3688960.

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

Color convert

RGB 0 74 56 -
CMYK 1 0 0.24 0.71
HSL 165.41º 1% 0.15% -
HSV(B) 165.41º 1% 0.29% -
XYZ 3.16 5.18 4.58 -
YUV 49.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 0 74 56 1 0 0.24 0.71 165.41 1 0.15
Hex 0 4A 38 64 0 18 47 A5 64 F
Octal 0 112 70 144 0 30 107 245 144 17
Binary 0 1001010 111000 1100100 0 11000 1000111 10100101 1100100 1111

Color Harmonies of #004A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A38

Black with #004A38

Text Example


Text Example

White with #004A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004A38; }

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

 H1.HeaderClassName
 {
   color: #004A38;
 }
 .AnyTagClassName
 {
   color: #004A38;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #004A38;
 }
 .BgClassName
 {
   background-color: #004A38;
 }
</style>

border-color css

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

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

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