Html Css Color HEX #4C5344 Cabbage Pont

📋 copy color: '#4C5344'

red 76 ◦ green 83 ◦ blue 68

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

Shades of Cabbage Pont #4C5344

Tints of Cabbage Pont #4C5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 33.48%
G = 36.56%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#4C5344 (or 0x4C5344) is known color: Cabbage Pont. HEX triplet: 4C, 53 and 44. RGB value is (76,83,68). Sum of RGB (Red+Green+Blue) = 76+83+68=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5344 is #B3ACBB. Grayscale: #4F4F4F. Windows color (decimal): -11775164 or 4477772. OLE color: 4477772.

HSL color Cylindrical-coordinate representation of color #4C5344: hue angle of 88º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5344 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 83 68 -
CMYK 0.08 0 0.18 0.67
HSL 88º 0.1% 0.3% -
HSV(B) 88º 0.18% 0.33% -
XYZ 7.12 8.14 6.66 -
YUV 79.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 76 83 68 0.08 0 0.18 0.67 88 0.1 0.3
Hex 4C 53 44 8 0 12 43 58 A 1E
Octal 114 123 104 10 0 22 103 130 12 36
Binary 1001100 1010011 1000100 1000 0 10010 1000011 1011000 1010 11110

Color Harmonies of #4C5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5344

Black with #4C5344

Text Example


Text Example

White with #4C5344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,68); }

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

background-color css

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

 a { background-color: rgb(76,83,68); }

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

border-color css

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

 span { border-color: rgb(76,83,68); }

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