Html Css Color HEX #477755 Como

📋 copy color: '#477755'

red 71 ◦ green 119 ◦ blue 85

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

Shades of Como #477755

Tints of Como #477755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.27%

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

R = 25.82%
G = 43.27%
B = 30.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#477755 (or 0x477755) is known color: Como. HEX triplet: 47, 77 and 55. RGB value is (71,119,85). Sum of RGB (Red+Green+Blue) = 71+119+85=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #477755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477755 is #B888AA. Grayscale: #646464. Windows color (decimal): -12093611 or 5601095. OLE color: 5601095.

HSL color Cylindrical-coordinate representation of color #477755: hue angle of 137.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477755 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 85 -
CMYK 0.40 0 0.29 0.53
HSL 137.5º 0.25% 0.37% -
HSV(B) 137.5º 0.4% 0.47% -
XYZ 10.84 15.19 10.96 -
YUV 100.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 71 119 85 0.40 0 0.29 0.53 137.5 0.25 0.37
Hex 47 77 55 28 0 1D 35 8A 19 25
Octal 107 167 125 50 0 35 65 212 31 45
Binary 1000111 1110111 1010101 101000 0 11101 110101 10001010 11001 100101

Color Harmonies of #477755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477755

Black with #477755

Text Example


Text Example

White with #477755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477755; }

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

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

background-color css

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

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

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

border-color css

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

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

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