Html Css Color HEX #4A5541 Cabbage Pont

📋 copy color: '#4A5541'

red 74 ◦ green 85 ◦ blue 65

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

Shades of Cabbage Pont #4A5541

Tints of Cabbage Pont #4A5541

RGB

 RED value IS 74 (29.3% from 255) = 33.04%

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

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

R = 33.04%
G = 37.95%
B = 29.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#4A5541 (or 0x4A5541) is known color: Cabbage Pont. HEX triplet: 4A, 55 and 41. RGB value is (74,85,65). Sum of RGB (Red+Green+Blue) = 74+85+65=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5541 is #B5AABE. Grayscale: #4F4F4F. Windows color (decimal): -11905727 or 4281674. OLE color: 4281674.

HSL color Cylindrical-coordinate representation of color #4A5541: hue angle of 93º 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 #4A5541 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 65 -
CMYK 0.13 0 0.24 0.67
HSL 93º 0.13% 0.29% -
HSV(B) 93º 0.24% 0.33% -
XYZ 7.03 8.33 6.24 -
YUV 79.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 74 85 65 0.13 0 0.24 0.67 93 0.13 0.29
Hex 4A 55 41 D 0 18 43 5D D 1D
Octal 112 125 101 15 0 30 103 135 15 35
Binary 1001010 1010101 1000001 1101 0 11000 1000011 1011101 1101 11101

Color Harmonies of #4A5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5541

Black with #4A5541

Text Example


Text Example

White with #4A5541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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