#478458

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

Shades of Como #478458

Tints of Como #478458

Color information

#478458 (or 0x478458) is unknown color: approx Como. HEX triplet: 47, 84 and 58. RGB value is (71,132,88). Sum of RGB (Red+Green+Blue) = 71+132+88=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #478458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478458 is #B87BA7. Grayscale: #6C6C6C. Windows color (decimal): -12090280 or 5801031. OLE color: 5801031.

HSL color Cylindrical-coordinate representation of color #478458: hue angle of 136.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478458 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB7113288-
CMYK0.4600.330.48
HSL136.72º30.05%39.8%-
HSV(B)136.72º46.21%51.76%-
XYZ12.6118.5512.15-
YUV108.74116.29101.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=24.40%
G=45.36%
B=30.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132880.4600.330.48136.7230.0539.8
Hex4784582E02130891e28
Octal10720413056041602113650
Binary100011110000100101100010111001000011100001000100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478458; }

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

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

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

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

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

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

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

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