#048054

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

Shades of Watercourse #048054

Tints of Watercourse #048054

Color information

#048054 (or 0x048054) is unknown color: approx Watercourse. HEX triplet: 04, 80 and 54. RGB value is (4,128,84). Sum of RGB (Red+Green+Blue) = 4+128+84=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #048054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048054 is #FB7FAB. Grayscale: #555555. Windows color (decimal): -16482220 or 5537796. OLE color: 5537796.

HSL color Cylindrical-coordinate representation of color #048054: hue angle of 158.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048054 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB412884-
CMYK0.9700.340.50
HSL158.71º93.94%25.88%-
HSV(B)158.71º96.88%50.2%-
XYZ9.3716.111-
YUV85.91126.9269.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=1.85%
G=59.26%
B=38.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128840.9700.340.50158.7193.9425.88
Hex4805461022329f5e1a
Octal42001241410426223713632
Binary1001000000010101001100001010001011001010011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048054; }

 p { color: rgb(4,128,84); }

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

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

 a { background-color: rgb(4,128,84); }

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

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

 span { border-color: rgb(4,128,84); }

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