Html Css Color HEX #477355 Como

📋 copy color: '#477355'

red 71 ◦ green 115 ◦ blue 85

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

Shades of Como #477355

Tints of Como #477355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

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

R = 26.2%
G = 42.44%
B = 31.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#477355 (or 0x477355) is known color: Como. HEX triplet: 47, 73 and 55. RGB value is (71,115,85). Sum of RGB (Red+Green+Blue) = 71+115+85=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #477355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477355 is #B88CAA. Grayscale: #626262. Windows color (decimal): -12094635 or 5600071. OLE color: 5600071.

HSL color Cylindrical-coordinate representation of color #477355: hue angle of 139.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #477355 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 85 -
CMYK 0.38 0 0.26 0.55
HSL 139.09º 0.24% 0.36% -
HSV(B) 139.09º 0.38% 0.45% -
XYZ 10.37 14.26 10.8 -
YUV 98.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 71 115 85 0.38 0 0.26 0.55 139.09 0.24 0.36
Hex 47 73 55 26 0 1A 37 8B 18 24
Octal 107 163 125 46 0 32 67 213 30 44
Binary 1000111 1110011 1010101 100110 0 11010 110111 10001011 11000 100100

Color Harmonies of #477355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477355

Black with #477355

Text Example


Text Example

White with #477355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477355; }

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

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

background-color css

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

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

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

border-color css

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

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

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