Html Css Color HEX #4C5541 Cabbage Pont

📋 copy color: '#4C5541'

red 76 ◦ green 85 ◦ blue 65

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

Shades of Cabbage Pont #4C5541

Tints of Cabbage Pont #4C5541

RGB

 RED value IS 76 (30.08% from 255) = 33.63%

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 33.63%
G = 37.61%
B = 28.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#4C5541 (or 0x4C5541) is known color: Cabbage Pont. HEX triplet: 4C, 55 and 41. RGB value is (76,85,65). Sum of RGB (Red+Green+Blue) = 76+85+65=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5541 is #B3AABE. Grayscale: #505050. Windows color (decimal): -11774655 or 4281676. OLE color: 4281676.

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

Color convert

RGB 76 85 65 -
CMYK 0.11 0 0.24 0.67
HSL 87º 0.13% 0.29% -
HSV(B) 87º 0.24% 0.33% -
XYZ 7.18 8.42 6.25 -
YUV 80.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 76 85 65 0.11 0 0.24 0.67 87 0.13 0.29
Hex 4C 55 41 B 0 18 43 57 D 1D
Octal 114 125 101 13 0 30 103 127 15 35
Binary 1001100 1010101 1000001 1011 0 11000 1000011 1010111 1101 11101

Color Harmonies of #4C5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5541

Black with #4C5541

Text Example


Text Example

White with #4C5541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,65); }

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

background-color css

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

 a { background-color: rgb(76,85,65); }

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

border-color css

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

 span { border-color: rgb(76,85,65); }

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