#478358

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

Shades of Como #478358

Tints of Como #478358

Color information

#478358 (or 0x478358) is unknown color: approx Como. HEX triplet: 47, 83 and 58. RGB value is (71,131,88). Sum of RGB (Red+Green+Blue) = 71+131+88=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #478358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478358 is #B87CA7. Grayscale: #6C6C6C. Windows color (decimal): -12090536 or 5800775. OLE color: 5800775.

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

Color convert

RGB7113188-
CMYK0.4600.330.49
HSL137º29.7%39.61%-
HSV(B)137º45.8%51.37%-
XYZ12.4818.2812.1-
YUV108.16116.62101.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=24.48%
G=45.17%
B=30.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71131880.4600.330.4913729.739.61
Hex4783582E02131891e28
Octal10720313056041612113650
Binary100011110000011101100010111001000011100011000100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478358; }

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

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

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

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

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

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

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

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