Html Css Color HEX #477D5A Como

📋 copy color: '#477D5A'

red 71 ◦ green 125 ◦ blue 90

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

Shades of Como #477D5A

Tints of Como #477D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.71%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 24.83%
G = 43.71%
B = 31.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#477D5A (or 0x477D5A) is known color: Como. HEX triplet: 47, 7D and 5A. RGB value is (71,125,90). Sum of RGB (Red+Green+Blue) = 71+125+90=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #477D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D5A is #B882A5. Grayscale: #686868. Windows color (decimal): -12092070 or 5930311. OLE color: 5930311.

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

Color convert

RGB 71 125 90 -
CMYK 0.43 0 0.28 0.51
HSL 141.11º 0.28% 0.38% -
HSV(B) 141.11º 0.43% 0.49% -
XYZ 11.78 16.75 12.28 -
YUV 104.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 71 125 90 0.43 0 0.28 0.51 141.11 0.28 0.38
Hex 47 7D 5A 2B 0 1C 33 8D 1C 26
Octal 107 175 132 53 0 34 63 215 34 46
Binary 1000111 1111101 1011010 101011 0 11100 110011 10001101 11100 100110

Color Harmonies of #477D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D5A

Black with #477D5A

Text Example


Text Example

White with #477D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,90); }

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

background-color css

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

 a { background-color: rgb(71,125,90); }

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

border-color css

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

 span { border-color: rgb(71,125,90); }

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