#4B5342

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

Shades of Cabbage Pont #4B5342

Tints of Cabbage Pont #4B5342

Color information

#4B5342 (or 0x4B5342) is unknown color: approx Cabbage Pont. HEX triplet: 4B, 53 and 42. RGB value is (75,83,66). Sum of RGB (Red+Green+Blue) = 75+83+66=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5342 is #B4ACBD. Grayscale: #4E4E4E. Windows color (decimal): -11840702 or 4346699. OLE color: 4346699.

HSL color Cylindrical-coordinate representation of color #4B5342: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B5342 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB758366-
CMYK0.1000.200.67
HSL88.24º11.41%29.22%-
HSV(B)88.24º20.48%32.55%-
XYZ6.988.086.35-
YUV78.67120.85125.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=33.48%
G=37.05%
B=29.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583660.1000.200.6788.2411.4129.22
Hex4B5342A0144358b1d
Octal113123102120241031301335
Binary100101110100111000010101001010010000111011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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