#475938

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

Shades of Cabbage Pont #475938

Tints of Cabbage Pont #475938

Color information

#475938 (or 0x475938) is unknown color: approx Cabbage Pont. HEX triplet: 47, 59 and 38. RGB value is (71,89,56). Sum of RGB (Red+Green+Blue) = 71+89+56=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #475938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475938 is #B8A6C7. Grayscale: #4F4F4F. Windows color (decimal): -12101320 or 3692871. OLE color: 3692871.

HSL color Cylindrical-coordinate representation of color #475938: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475938 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB718956-
CMYK0.2000.370.65
HSL92.73º22.76%28.43%-
HSV(B)92.73º37.08%34.9%-
XYZ6.888.775.07-
YUV79.86114.54121.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=32.87%
G=41.20%
B=25.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189560.2000.370.6592.7322.7628.43
Hex47593814025415d171c
Octal10713170240451011352734
Binary10001111011001111000101000100101100000110111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475938; }

 p { color: rgb(71,89,56); }

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

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

 a { background-color: rgb(71,89,56); }

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

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

 span { border-color: rgb(71,89,56); }

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