#4B563F

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

Shades of Cabbage Pont #4B563F

Tints of Cabbage Pont #4B563F

Color information

#4B563F (or 0x4B563F) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 56 and 3F. RGB value is (75,86,63). Sum of RGB (Red+Green+Blue) = 75+86+63=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #4B563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B563F is #B4A9C0. Grayscale: #505050. Windows color (decimal): -11839937 or 4150859. OLE color: 4150859.

HSL color Cylindrical-coordinate representation of color #4B563F: hue angle of 88.7º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B563F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB758663-
CMYK0.1300.270.66
HSL88.7º15.44%29.22%-
HSV(B)88.7º26.74%33.73%-
XYZ7.138.515.97-
YUV80.09118.36124.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 63 (25% from 255) = 28.12%
R=33.48%
G=38.39%
B=28.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7586630.1300.270.6688.715.4429.22
Hex4B563FD01B4259f1d
Octal11312677150331021311735
Binary10010111010110111111110101101110000101011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B563F; }

 p { color: rgb(75,86,63); }

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

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

 a { background-color: rgb(75,86,63); }

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

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

 span { border-color: rgb(75,86,63); }

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