#4B5942

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

Shades of Cabbage Pont #4B5942

Tints of Cabbage Pont #4B5942

Color information

#4B5942 (or 0x4B5942) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 59 and 42. RGB value is (75,89,66). Sum of RGB (Red+Green+Blue) = 75+89+66=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5942 is #B4A6BD. Grayscale: #525252. Windows color (decimal): -11839166 or 4348235. OLE color: 4348235.

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

Color convert

RGB758966-
CMYK0.1600.260.65
HSL96.52º14.84%30.39%-
HSV(B)96.52º25.84%34.9%-
XYZ7.469.036.5-
YUV82.19118.86122.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=32.61%
G=38.70%
B=28.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7589660.1600.260.6596.5214.8430.39
Hex4B59421001A4161f1e
Octal113131102200321011411736
Binary1001011101100110000101000001101010000011100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,66); }

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

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

 a { background-color: rgb(75,89,66); }

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

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

 span { border-color: rgb(75,89,66); }

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