Html Css Color HEX #4B5B39 Cabbage Pont

📋 copy color: '#4B5B39'

red 75 ◦ green 91 ◦ blue 57

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

Shades of Cabbage Pont #4B5B39

Tints of Cabbage Pont #4B5B39

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 33.63%
G = 40.81%
B = 25.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#4B5B39 (or 0x4B5B39) is known color: Cabbage Pont. HEX triplet: 4B, 5B and 39. RGB value is (75,91,57). Sum of RGB (Red+Green+Blue) = 75+91+57=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5B39 is #B4A4C6. Grayscale: #525252. Windows color (decimal): -11838663 or 3758923. OLE color: 3758923.

HSL color Cylindrical-coordinate representation of color #4B5B39: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B5B39 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 91 57 -
CMYK 0.18 0 0.37 0.64
HSL 88.24º 0.23% 0.29% -
HSV(B) 88.24º 0.37% 0.36% -
XYZ 7.38 9.27 5.27 -
YUV 82.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 75 91 57 0.18 0 0.37 0.64 88.24 0.23 0.29
Hex 4B 5B 39 12 0 25 40 58 17 1D
Octal 113 133 71 22 0 45 100 130 27 35
Binary 1001011 1011011 111001 10010 0 100101 1000000 1011000 10111 11101

Color Harmonies of #4B5B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5B39

Black with #4B5B39

Text Example


Text Example

White with #4B5B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,91,57); }

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

background-color css

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

 a { background-color: rgb(75,91,57); }

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

border-color css

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

 span { border-color: rgb(75,91,57); }

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