Html Css Color HEX #054836 Deep Teal

📋 copy color: '#054836'

red 5 ◦ green 72 ◦ blue 54

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

Shades of Deep Teal #054836

Tints of Deep Teal #054836

RGB

 RED value IS 5 (2.34% from 255) = 3.82%

 GREEN value IS 72 (28.52% from 255) = 54.96%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 3.82%
G = 54.96%
B = 41.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#054836 (or 0x054836) is known color: Deep Teal. HEX triplet: 05, 48 and 36. RGB value is (5,72,54). Sum of RGB (Red+Green+Blue) = 5+72+54=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #054836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054836 is #FAB7C9. Grayscale: #313131. Windows color (decimal): -16431050 or 3557381. OLE color: 3557381.

HSL color Cylindrical-coordinate representation of color #054836: hue angle of 163.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054836 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 54 -
CMYK 0.93 0 0.25 0.72
HSL 163.88º 0.87% 0.15% -
HSV(B) 163.88º 0.93% 0.28% -
XYZ 3.05 4.93 4.28 -
YUV 49.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 5 72 54 0.93 0 0.25 0.72 163.88 0.87 0.15
Hex 5 48 36 5D 0 19 48 A4 57 F
Octal 5 110 66 135 0 31 110 244 127 17
Binary 101 1001000 110110 1011101 0 11001 1001000 10100100 1010111 1111

Color Harmonies of #054836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054836

Black with #054836

Text Example


Text Example

White with #054836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054836; }

 p { color: rgb(5,72,54); }

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

background-color css

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

 a { background-color: rgb(5,72,54); }

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

border-color css

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

 span { border-color: rgb(5,72,54); }

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