Html Css Color HEX #4C5345 Cabbage Pont

📋 copy color: '#4C5345'

red 76 ◦ green 83 ◦ blue 69

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

Shades of Cabbage Pont #4C5345

Tints of Cabbage Pont #4C5345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 33.33%
G = 36.4%
B = 30.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#4C5345 (or 0x4C5345) is known color: Cabbage Pont. HEX triplet: 4C, 53 and 45. RGB value is (76,83,69). Sum of RGB (Red+Green+Blue) = 76+83+69=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5345 is #B3ACBA. Grayscale: #4F4F4F. Windows color (decimal): -11775163 or 4543308. OLE color: 4543308.

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

Color convert

RGB 76 83 69 -
CMYK 0.08 0 0.17 0.67
HSL 90º 0.09% 0.3% -
HSV(B) 90º 0.17% 0.33% -
XYZ 7.15 8.15 6.83 -
YUV 79.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 76 83 69 0.08 0 0.17 0.67 90 0.09 0.3
Hex 4C 53 45 8 0 11 43 5A 9 1E
Octal 114 123 105 10 0 21 103 132 11 36
Binary 1001100 1010011 1000101 1000 0 10001 1000011 1011010 1001 11110

Color Harmonies of #4C5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5345

Black with #4C5345

Text Example


Text Example

White with #4C5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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