#04553C

Color #04553C Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #04553C

Tints of Fun Green #04553C

Color information

#04553C (or 0x04553C) is unknown color: approx Fun Green. HEX triplet: 04, 55 and 3C. RGB value is (4,85,60). Sum of RGB (Red+Green+Blue) = 4+85+60=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #04553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04553C is #FBAAC3. Grayscale: #393939. Windows color (decimal): -16493252 or 3953924. OLE color: 3953924.

HSL color Cylindrical-coordinate representation of color #04553C: hue angle of 161.48º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04553C is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB48560-
CMYK0.9500.290.67
HSL161.48º91.01%17.45%-
HSV(B)161.48º95.29%33.33%-
XYZ4.116.855.38-
YUV57.93129.1689.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=2.68%
G=57.05%
B=40.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485600.9500.290.67161.4891.0117.45
Hex4553C5F01D43a15b11
Octal41257413703510324113321
Binary10010101011111001011111011101100001110100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04553C; }

 p { color: rgb(4,85,60); }

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

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

 a { background-color: rgb(4,85,60); }

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

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

 span { border-color: rgb(4,85,60); }

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