#478462

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

Shades of Como #478462

Tints of Como #478462

Color information

#478462 (or 0x478462) is unknown color: approx Como. HEX triplet: 47, 84 and 62. RGB value is (71,132,98). Sum of RGB (Red+Green+Blue) = 71+132+98=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #478462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478462 is #B87B9D. Grayscale: #6D6D6D. Windows color (decimal): -12090270 or 6456391. OLE color: 6456391.

HSL color Cylindrical-coordinate representation of color #478462: hue angle of 146.56º 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 #478462 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB7113298-
CMYK0.4600.260.48
HSL146.56º30.05%39.8%-
HSV(B)146.56º46.21%51.76%-
XYZ13.0518.7214.48-
YUV109.88121.29100.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=23.59%
G=43.85%
B=32.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132980.4600.260.48146.5630.0539.8
Hex4784622E01A30931e28
Octal10720414256032602233650
Binary10001111000010011000101011100110101100001001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478462; }

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

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

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

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

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

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

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

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