Html Css Color HEX #477C60 Como

📋 copy color: '#477C60'

red 71 ◦ green 124 ◦ blue 96

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

Shades of Como #477C60

Tints of Como #477C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 24.4%
G = 42.61%
B = 32.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#477C60 (or 0x477C60) is known color: Como. HEX triplet: 47, 7C and 60. RGB value is (71,124,96). Sum of RGB (Red+Green+Blue) = 71+124+96=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #477C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C60 is #B8839F. Grayscale: #696969. Windows color (decimal): -12092320 or 6323271. OLE color: 6323271.

HSL color Cylindrical-coordinate representation of color #477C60: hue angle of 148.3º 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 #477C60 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 96 -
CMYK 0.43 0 0.23 0.51
HSL 148.3º 0.27% 0.38% -
HSV(B) 148.3º 0.43% 0.49% -
XYZ 11.92 16.6 13.64 -
YUV 104.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 71 124 96 0.43 0 0.23 0.51 148.3 0.27 0.38
Hex 47 7C 60 2B 0 17 33 94 1B 26
Octal 107 174 140 53 0 27 63 224 33 46
Binary 1000111 1111100 1100000 101011 0 10111 110011 10010100 11011 100110

Color Harmonies of #477C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C60

Black with #477C60

Text Example


Text Example

White with #477C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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