Html Css Color HEX #09473A Deep Teal

📋 copy color: '#09473A'

red 9 ◦ green 71 ◦ blue 58

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

Shades of Deep Teal #09473A

Tints of Deep Teal #09473A

RGB

 RED value IS 9 (3.91% from 255) = 6.52%

 GREEN value IS 71 (28.13% from 255) = 51.45%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 6.52%
G = 51.45%
B = 42.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#09473A (or 0x09473A) is known color: Deep Teal. HEX triplet: 09, 47 and 3A. RGB value is (9,71,58). Sum of RGB (Red+Green+Blue) = 9+71+58=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #09473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09473A is #F6B8C5. Grayscale: #323232. Windows color (decimal): -16169158 or 3819273. OLE color: 3819273.

HSL color Cylindrical-coordinate representation of color #09473A: hue angle of 167.42º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09473A is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 58 -
CMYK 0.87 0 0.18 0.72
HSL 167.42º 0.78% 0.16% -
HSV(B) 167.42º 0.87% 0.28% -
XYZ 3.13 4.87 4.78 -
YUV 50.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 9 71 58 0.87 0 0.18 0.72 167.42 0.78 0.16
Hex 9 47 3A 57 0 12 48 A7 4E 10
Octal 11 107 72 127 0 22 110 247 116 20
Binary 1001 1000111 111010 1010111 0 10010 1001000 10100111 1001110 10000

Color Harmonies of #09473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09473A

Black with #09473A

Text Example


Text Example

White with #09473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09473A; }

 p { color: rgb(9,71,58); }

 H1.HeaderClassName
 {
   color: #09473A;
 }
 .AnyTagClassName
 {
   color: #09473A;
 }
</style>

background-color css

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

 a { background-color: rgb(9,71,58); }

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

border-color css

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

 span { border-color: rgb(9,71,58); }

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