Html Css Color HEX #477C55 Como

📋 copy color: '#477C55'

red 71 ◦ green 124 ◦ blue 85

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

Shades of Como #477C55

Tints of Como #477C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 25.36%
G = 44.29%
B = 30.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#477C55 (or 0x477C55) is known color: Como. HEX triplet: 47, 7C and 55. RGB value is (71,124,85). Sum of RGB (Red+Green+Blue) = 71+124+85=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #477C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C55 is #B883AA. Grayscale: #676767. Windows color (decimal): -12092331 or 5602375. OLE color: 5602375.

HSL color Cylindrical-coordinate representation of color #477C55: hue angle of 135.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C55 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 85 -
CMYK 0.43 0 0.31 0.51
HSL 135.85º 0.27% 0.38% -
HSV(B) 135.85º 0.43% 0.49% -
XYZ 11.45 16.41 11.16 -
YUV 103.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 71 124 85 0.43 0 0.31 0.51 135.85 0.27 0.38
Hex 47 7C 55 2B 0 1F 33 88 1B 26
Octal 107 174 125 53 0 37 63 210 33 46
Binary 1000111 1111100 1010101 101011 0 11111 110011 10001000 11011 100110

Color Harmonies of #477C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C55

Black with #477C55

Text Example


Text Example

White with #477C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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