#478058

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

Shades of Como #478058

Tints of Como #478058

Color information

#478058 (or 0x478058) is unknown color: approx Como. HEX triplet: 47, 80 and 58. RGB value is (71,128,88). Sum of RGB (Red+Green+Blue) = 71+128+88=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #478058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478058 is #B87FA7. Grayscale: #6A6A6A. Windows color (decimal): -12091304 or 5800007. OLE color: 5800007.

HSL color Cylindrical-coordinate representation of color #478058: hue angle of 137.89º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478058 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB7112888-
CMYK0.4500.310.50
HSL137.89º28.64%39.02%-
HSV(B)137.89º44.53%50.2%-
XYZ12.0817.4811.97-
YUV106.4117.62102.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=24.74%
G=44.60%
B=30.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128880.4500.310.50137.8928.6439.02
Hex4780582D01F328a1d27
Octal10720013055037622123547
Binary10001111000000010110001011010111111100101000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478058; }

 p { color: rgb(71,128,88); }

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

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

 a { background-color: rgb(71,128,88); }

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

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

 span { border-color: rgb(71,128,88); }

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