#478758

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

Shades of Como #478758

Tints of Como #478758

Color information

#478758 (or 0x478758) is unknown color: approx Como. HEX triplet: 47, 87 and 58. RGB value is (71,135,88). Sum of RGB (Red+Green+Blue) = 71+135+88=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #478758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478758 is #B878A7. Grayscale: #6E6E6E. Windows color (decimal): -12089512 or 5801799. OLE color: 5801799.

HSL color Cylindrical-coordinate representation of color #478758: hue angle of 135.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478758 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB7113588-
CMYK0.4700.350.47
HSL135.94º31.07%40.39%-
HSV(B)135.94º47.41%52.94%-
XYZ13.0219.3712.29-
YUV110.51115.399.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=24.15%
G=45.92%
B=29.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71135880.4700.350.47135.9431.0740.39
Hex4787582F0232F881f28
Octal10720713057043572103750
Binary100011110000111101100010111101000111011111000100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478758; }

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

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

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

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

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

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

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

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