Html Css Color HEX #4B5A42 Cabbage Pont

📋 copy color: '#4B5A42'

red 75 ◦ green 90 ◦ blue 66

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

Shades of Cabbage Pont #4B5A42

Tints of Cabbage Pont #4B5A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 32.47%
G = 38.96%
B = 28.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#4B5A42 (or 0x4B5A42) is known color: Cabbage Pont. HEX triplet: 4B, 5A and 42. RGB value is (75,90,66). Sum of RGB (Red+Green+Blue) = 75+90+66=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A42 is #B4A5BD. Grayscale: #525252. Windows color (decimal): -11838910 or 4348491. OLE color: 4348491.

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

Color convert

RGB 75 90 66 -
CMYK 0.17 0 0.27 0.65
HSL 97.5º 0.15% 0.31% -
HSV(B) 97.5º 0.27% 0.35% -
XYZ 7.54 9.2 6.53 -
YUV 82.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 75 90 66 0.17 0 0.27 0.65 97.5 0.15 0.31
Hex 4B 5A 42 11 0 1B 41 62 F 1F
Octal 113 132 102 21 0 33 101 142 17 37
Binary 1001011 1011010 1000010 10001 0 11011 1000001 1100010 1111 11111

Color Harmonies of #4B5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A42

Black with #4B5A42

Text Example


Text Example

White with #4B5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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