Html Css Color HEX #475040 Cabbage Pont

📋 copy color: '#475040'

red 71 ◦ green 80 ◦ blue 64

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

Shades of Cabbage Pont #475040

Tints of Cabbage Pont #475040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 33.02%
G = 37.21%
B = 29.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#475040 (or 0x475040) is known color: Cabbage Pont. HEX triplet: 47, 50 and 40. RGB value is (71,80,64). Sum of RGB (Red+Green+Blue) = 71+80+64=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #475040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475040 is #B8AFBF. Grayscale: #4B4B4B. Windows color (decimal): -12103616 or 4214855. OLE color: 4214855.

HSL color Cylindrical-coordinate representation of color #475040: hue angle of 93.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475040 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 64 -
CMYK 0.11 0 0.20 0.69
HSL 93.75º 0.11% 0.28% -
HSV(B) 93.75º 0.2% 0.31% -
XYZ 6.39 7.45 5.95 -
YUV 75.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 71 80 64 0.11 0 0.20 0.69 93.75 0.11 0.28
Hex 47 50 40 B 0 14 45 5E B 1C
Octal 107 120 100 13 0 24 105 136 13 34
Binary 1000111 1010000 1000000 1011 0 10100 1000101 1011110 1011 11100

Color Harmonies of #475040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475040

Black with #475040

Text Example


Text Example

White with #475040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475040; }

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

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

background-color css

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

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

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

border-color css

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

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

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