#477255

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

Shades of Como #477255

Tints of Como #477255

Color information

#477255 (or 0x477255) is unknown color: approx Como. HEX triplet: 47, 72 and 55. RGB value is (71,114,85). Sum of RGB (Red+Green+Blue) = 71+114+85=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #477255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477255 is #B88DAA. Grayscale: #616161. Windows color (decimal): -12094891 or 5599815. OLE color: 5599815.

HSL color Cylindrical-coordinate representation of color #477255: hue angle of 139.53º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #477255 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB7111485-
CMYK0.3800.250.55
HSL139.53º23.24%36.27%-
HSV(B)139.53º37.72%44.71%-
XYZ10.2614.0310.76-
YUV97.84120.75108.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=26.30%
G=42.22%
B=31.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114850.3800.250.55139.5323.2436.27
Hex47725526019378c1724
Octal10716212546031672142744
Binary1000111111001010101011001100110011101111000110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477255; }

 p { color: rgb(71,114,85); }

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

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

 a { background-color: rgb(71,114,85); }

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

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

 span { border-color: rgb(71,114,85); }

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