#475143

Color #475143 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #475143

Tints of Cabbage Pont #475143

Color information

#475143 (or 0x475143) is unknown color: approx Cabbage Pont. HEX triplet: 47, 51 and 43. RGB value is (71,81,67). Sum of RGB (Red+Green+Blue) = 71+81+67=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #475143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475143 is #B8AEBC. Grayscale: #4C4C4C. Windows color (decimal): -12103357 or 4411719. OLE color: 4411719.

HSL color Cylindrical-coordinate representation of color #475143: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475143 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB718167-
CMYK0.1200.170.68
HSL102.86º9.46%29.02%-
HSV(B)102.86º17.28%31.76%-
XYZ6.557.636.44-
YUV76.41122.69124.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=32.42%
G=36.99%
B=30.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181670.1200.170.68102.869.4629.02
Hex475143C011446791d
Octal107121103140211041471135
Binary100011110100011000011110001000110001001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475143; }

 p { color: rgb(71,81,67); }

 H1.HeaderClassName
 {
   color: #475143;
 }
 .AnyTagClassName
 {
   color: #475143;
 }
</style>
background-color css

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

 a { background-color: rgb(71,81,67); }

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

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

 span { border-color: rgb(71,81,67); }

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