Html Css Color HEX #477960 Como

📋 copy color: '#477960'

red 71 ◦ green 121 ◦ blue 96

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

Shades of Como #477960

Tints of Como #477960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

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

R = 24.65%
G = 42.01%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#477960 (or 0x477960) is known color: Como. HEX triplet: 47, 79 and 60. RGB value is (71,121,96). Sum of RGB (Red+Green+Blue) = 71+121+96=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #477960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477960 is #B8869F. Grayscale: #676767. Windows color (decimal): -12093088 or 6322503. OLE color: 6322503.

HSL color Cylindrical-coordinate representation of color #477960: hue angle of 150º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477960 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 121 96 -
CMYK 0.41 0 0.21 0.53
HSL 150º 0.26% 0.38% -
HSV(B) 150º 0.41% 0.47% -
XYZ 11.55 15.86 13.52 -
YUV 103.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 71 121 96 0.41 0 0.21 0.53 150 0.26 0.38
Hex 47 79 60 29 0 15 35 96 1A 26
Octal 107 171 140 51 0 25 65 226 32 46
Binary 1000111 1111001 1100000 101001 0 10101 110101 10010110 11010 100110

Color Harmonies of #477960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477960

Black with #477960

Text Example


Text Example

White with #477960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477960; }

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

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

background-color css

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

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

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

border-color css

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

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

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