Html Css Color HEX #475740 Cabbage Pont

📋 copy color: '#475740'

red 71 ◦ green 87 ◦ blue 64

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

Shades of Cabbage Pont #475740

Tints of Cabbage Pont #475740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 31.98%
G = 39.19%
B = 28.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#475740 (or 0x475740) is known color: Cabbage Pont. HEX triplet: 47, 57 and 40. RGB value is (71,87,64). Sum of RGB (Red+Green+Blue) = 71+87+64=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #475740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475740 is #B8A8BF. Grayscale: #4F4F4F. Windows color (decimal): -12101824 or 4216647. OLE color: 4216647.

HSL color Cylindrical-coordinate representation of color #475740: hue angle of 101.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475740 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 64 -
CMYK 0.18 0 0.26 0.66
HSL 101.74º 0.15% 0.3% -
HSV(B) 101.74º 0.26% 0.34% -
XYZ 6.93 8.53 6.13 -
YUV 79.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 71 87 64 0.18 0 0.26 0.66 101.74 0.15 0.3
Hex 47 57 40 12 0 1A 42 66 F 1E
Octal 107 127 100 22 0 32 102 146 17 36
Binary 1000111 1010111 1000000 10010 0 11010 1000010 1100110 1111 11110

Color Harmonies of #475740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475740

Black with #475740

Text Example


Text Example

White with #475740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475740; }

 p { color: rgb(71,87,64); }

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

background-color css

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

 a { background-color: rgb(71,87,64); }

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

border-color css

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

 span { border-color: rgb(71,87,64); }

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