#054838

Color #054838 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #054838

Tints of Deep Teal #054838

Color information

#054838 (or 0x054838) is unknown color: approx Deep Teal. HEX triplet: 05, 48 and 38. RGB value is (5,72,56). Sum of RGB (Red+Green+Blue) = 5+72+56=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #054838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054838 is #FAB7C7. Grayscale: #323232. Windows color (decimal): -16431048 or 3688453. OLE color: 3688453.

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

Color convert

RGB57256-
CMYK0.9300.220.72
HSL165.67º87.01%15.1%-
HSV(B)165.67º93.06%28.24%-
XYZ3.094.954.53-
YUV50.14131.395.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=3.76%
G=54.14%
B=42.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572560.9300.220.72165.6787.0115.1
Hex548385D01648a657f
Octal51107013502611024612717
Binary1011001000111000101110101011010010001010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054838; }

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

 H1.HeaderClassName
 {
   color: #054838;
 }
 .AnyTagClassName
 {
   color: #054838;
 }
</style>
background-color css

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

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

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

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

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

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