Html Css Color HEX #4B5944 Cabbage Pont

📋 copy color: '#4B5944'

red 75 ◦ green 89 ◦ blue 68

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

Shades of Cabbage Pont #4B5944

Tints of Cabbage Pont #4B5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.36%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 32.33%
G = 38.36%
B = 29.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#4B5944 (or 0x4B5944) is known color: Cabbage Pont. HEX triplet: 4B, 59 and 44. RGB value is (75,89,68). Sum of RGB (Red+Green+Blue) = 75+89+68=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5944 is #B4A6BB. Grayscale: #525252. Windows color (decimal): -11839164 or 4479307. OLE color: 4479307.

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

Color convert

RGB 75 89 68 -
CMYK 0.16 0 0.24 0.65
HSL 100º 0.13% 0.31% -
HSV(B) 100º 0.24% 0.35% -
XYZ 7.52 9.06 6.82 -
YUV 82.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 75 89 68 0.16 0 0.24 0.65 100 0.13 0.31
Hex 4B 59 44 10 0 18 41 64 D 1F
Octal 113 131 104 20 0 30 101 144 15 37
Binary 1001011 1011001 1000100 10000 0 11000 1000001 1100100 1101 11111

Color Harmonies of #4B5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5944

Black with #4B5944

Text Example


Text Example

White with #4B5944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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