#4B583F

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

Shades of Cabbage Pont #4B583F

Tints of Cabbage Pont #4B583F

Color information

#4B583F (or 0x4B583F) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 58 and 3F. RGB value is (75,88,63). Sum of RGB (Red+Green+Blue) = 75+88+63=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #4B583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B583F is #B4A7C0. Grayscale: #515151. Windows color (decimal): -11839425 or 4151371. OLE color: 4151371.

HSL color Cylindrical-coordinate representation of color #4B583F: hue angle of 91.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B583F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB758863-
CMYK0.1500.280.65
HSL91.2º16.56%29.61%-
HSV(B)91.2º28.41%34.51%-
XYZ7.298.836.02-
YUV81.26117.69123.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 63 (25% from 255) = 27.88%
R=33.19%
G=38.94%
B=27.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588630.1500.280.6591.216.5629.61
Hex4B583FF01C415b111e
Octal11313077170341011332136
Binary100101110110001111111111011100100000110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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