Html Css Color HEX #476D56 Como

📋 copy color: '#476D56'

red 71 ◦ green 109 ◦ blue 86

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

Shades of Como #476D56

Tints of Como #476D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.98%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 26.69%
G = 40.98%
B = 32.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#476D56 (or 0x476D56) is known color: Como. HEX triplet: 47, 6D and 56. RGB value is (71,109,86). Sum of RGB (Red+Green+Blue) = 71+109+86=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #476D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D56 is #B892A9. Grayscale: #5F5F5F. Windows color (decimal): -12096170 or 5664071. OLE color: 5664071.

HSL color Cylindrical-coordinate representation of color #476D56: hue angle of 143.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D56 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 86 -
CMYK 0.35 0 0.21 0.57
HSL 143.68º 0.21% 0.35% -
HSV(B) 143.68º 0.35% 0.43% -
XYZ 9.75 12.95 10.79 -
YUV 95.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 71 109 86 0.35 0 0.21 0.57 143.68 0.21 0.35
Hex 47 6D 56 23 0 15 39 90 15 23
Octal 107 155 126 43 0 25 71 220 25 43
Binary 1000111 1101101 1010110 100011 0 10101 111001 10010000 10101 100011

Color Harmonies of #476D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D56

Black with #476D56

Text Example


Text Example

White with #476D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D56; }

 p { color: rgb(71,109,86); }

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

background-color css

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

 a { background-color: rgb(71,109,86); }

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

border-color css

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

 span { border-color: rgb(71,109,86); }

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