Html Css Color HEX #477F57 Como

📋 copy color: '#477F57'

red 71 ◦ green 127 ◦ blue 87

#477F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #477F57

Tints of Como #477F57

RGB

 RED value IS 71 (28.13% from 255) = 24.91%

 GREEN value IS 127 (50% from 255) = 44.56%

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 24.91%
G = 44.56%
B = 30.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#477F57 (or 0x477F57) is known color: Como. HEX triplet: 47, 7F and 57. RGB value is (71,127,87). Sum of RGB (Red+Green+Blue) = 71+127+87=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #477F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F57 is #B880A8. Grayscale: #696969. Windows color (decimal): -12091561 or 5734215. OLE color: 5734215.

HSL color Cylindrical-coordinate representation of color #477F57: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F57 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 87 -
CMYK 0.44 0 0.31 0.50
HSL 137.14º 0.28% 0.39% -
HSV(B) 137.14º 0.44% 0.5% -
XYZ 11.91 17.21 11.71 -
YUV 105.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 71 127 87 0.44 0 0.31 0.50 137.14 0.28 0.39
Hex 47 7F 57 2C 0 1F 32 89 1C 27
Octal 107 177 127 54 0 37 62 211 34 47
Binary 1000111 1111111 1010111 101100 0 11111 110010 10001001 11100 100111

Color Harmonies of #477F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F57

Black with #477F57

Text Example


Text Example

White with #477F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F57; }

 p { color: rgb(71,127,87); }

 H1.HeaderClassName
 {
   color: #477F57;
 }
 .AnyTagClassName
 {
   color: #477F57;
 }
</style>

background-color css

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

 a { background-color: rgb(71,127,87); }

 div.DivClassName
 {
   background-color: #477F57;
 }
 .BgClassName
 {
   background-color: #477F57;
 }
</style>

border-color css

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

 span { border-color: rgb(71,127,87); }

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