Html Css Color HEX #054837 Deep Teal

📋 copy color: '#054837'

red 5 ◦ green 72 ◦ blue 55

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

Shades of Deep Teal #054837

Tints of Deep Teal #054837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.67%

R = 3.79%
G = 54.55%
B = 41.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#054837 (or 0x054837) is known color: Deep Teal. HEX triplet: 05, 48 and 37. RGB value is (5,72,55). Sum of RGB (Red+Green+Blue) = 5+72+55=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #054837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054837 is #FAB7C8. Grayscale: #323232. Windows color (decimal): -16431049 or 3622917. OLE color: 3622917.

HSL color Cylindrical-coordinate representation of color #054837: hue angle of 164.78º 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 #054837 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 55 -
CMYK 0.93 0 0.24 0.72
HSL 164.78º 0.87% 0.15% -
HSV(B) 164.78º 0.93% 0.28% -
XYZ 3.07 4.94 4.41 -
YUV 50.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 5 72 55 0.93 0 0.24 0.72 164.78 0.87 0.15
Hex 5 48 37 5D 0 18 48 A5 57 F
Octal 5 110 67 135 0 30 110 245 127 17
Binary 101 1001000 110111 1011101 0 11000 1001000 10100101 1010111 1111

Color Harmonies of #054837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054837

Black with #054837

Text Example


Text Example

White with #054837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054837; }

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

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

background-color css

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

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

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

border-color css

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

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

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