Html Css Color HEX #09362F Deep Teal

📋 copy color: '#09362F'

red 9 ◦ green 54 ◦ blue 47

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

Shades of Deep Teal #09362F

Tints of Deep Teal #09362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.09%

 BLUE value IS 47 (18.75% from 255) = 42.73%

R = 8.18%
G = 49.09%
B = 42.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#09362F (or 0x09362F) is known color: Deep Teal. HEX triplet: 09, 36 and 2F. RGB value is (9,54,47). Sum of RGB (Red+Green+Blue) = 9+54+47=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #09362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09362F is #F6C9D0. Grayscale: #272727. Windows color (decimal): -16173521 or 3094025. OLE color: 3094025.

HSL color Cylindrical-coordinate representation of color #09362F: hue angle of 170.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09362F is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 47 -
CMYK 0.83 0 0.13 0.79
HSL 170.67º 0.71% 0.12% -
HSV(B) 170.67º 0.83% 0.21% -
XYZ 1.94 2.9 3.15 -
YUV 39.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 9 54 47 0.83 0 0.13 0.79 170.67 0.71 0.12
Hex 9 36 2F 53 0 D 4F AB 47 C
Octal 11 66 57 123 0 15 117 253 107 14
Binary 1001 110110 101111 1010011 0 1101 1001111 10101011 1000111 1100

Color Harmonies of #09362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09362F

Black with #09362F

Text Example


Text Example

White with #09362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09362F; }

 p { color: rgb(9,54,47); }

 H1.HeaderClassName
 {
   color: #09362F;
 }
 .AnyTagClassName
 {
   color: #09362F;
 }
</style>

background-color css

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

 a { background-color: rgb(9,54,47); }

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

border-color css

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

 span { border-color: rgb(9,54,47); }

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