Html Css Color HEX #477A55 Como

📋 copy color: '#477A55'

red 71 ◦ green 122 ◦ blue 85

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

Shades of Como #477A55

Tints of Como #477A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.88%

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

R = 25.54%
G = 43.88%
B = 30.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#477A55 (or 0x477A55) is known color: Como. HEX triplet: 47, 7A and 55. RGB value is (71,122,85). Sum of RGB (Red+Green+Blue) = 71+122+85=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #477A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A55 is #B885AA. Grayscale: #666666. Windows color (decimal): -12092843 or 5601863. OLE color: 5601863.

HSL color Cylindrical-coordinate representation of color #477A55: hue angle of 136.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A55 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 85 -
CMYK 0.42 0 0.30 0.52
HSL 136.47º 0.26% 0.38% -
HSV(B) 136.47º 0.42% 0.48% -
XYZ 11.2 15.91 11.08 -
YUV 102.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 71 122 85 0.42 0 0.30 0.52 136.47 0.26 0.38
Hex 47 7A 55 2A 0 1E 34 88 1A 26
Octal 107 172 125 52 0 36 64 210 32 46
Binary 1000111 1111010 1010101 101010 0 11110 110100 10001000 11010 100110

Color Harmonies of #477A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A55

Black with #477A55

Text Example


Text Example

White with #477A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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