Html Css Color HEX #4B5740 Cabbage Pont

📋 copy color: '#4B5740'

red 75 ◦ green 87 ◦ blue 64

#4B5740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #4B5740

Tints of Cabbage Pont #4B5740

RGB

 RED value IS 75 (29.69% from 255) = 33.19%

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 33.19%
G = 38.5%
B = 28.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#4B5740 (or 0x4B5740) is known color: Cabbage Pont. HEX triplet: 4B, 57 and 40. RGB value is (75,87,64). Sum of RGB (Red+Green+Blue) = 75+87+64=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5740 is #B4A8BF. Grayscale: #505050. Windows color (decimal): -11839680 or 4216651. OLE color: 4216651.

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

Color convert

RGB 75 87 64 -
CMYK 0.14 0 0.26 0.66
HSL 91.3º 0.15% 0.3% -
HSV(B) 91.3º 0.26% 0.34% -
XYZ 7.24 8.68 6.15 -
YUV 80.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 75 87 64 0.14 0 0.26 0.66 91.3 0.15 0.3
Hex 4B 57 40 E 0 1A 42 5B F 1E
Octal 113 127 100 16 0 32 102 133 17 36
Binary 1001011 1010111 1000000 1110 0 11010 1000010 1011011 1111 11110

Color Harmonies of #4B5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5740

Black with #4B5740

Text Example


Text Example

White with #4B5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,87,64); }

 H1.HeaderClassName
 {
   color: #4B5740;
 }
 .AnyTagClassName
 {
   color: #4B5740;
 }
</style>

background-color css

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

 a { background-color: rgb(75,87,64); }

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

border-color css

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

 span { border-color: rgb(75,87,64); }

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