Html Css Color HEX #4C5F3C Cabbage Pont

📋 copy color: '#4C5F3C'

red 76 ◦ green 95 ◦ blue 60

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

Shades of Cabbage Pont #4C5F3C

Tints of Cabbage Pont #4C5F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 32.9%
G = 41.13%
B = 25.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#4C5F3C (or 0x4C5F3C) is known color: Cabbage Pont. HEX triplet: 4C, 5F and 3C. RGB value is (76,95,60). Sum of RGB (Red+Green+Blue) = 76+95+60=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F3C is #B3A0C3. Grayscale: #555555. Windows color (decimal): -11772100 or 3956556. OLE color: 3956556.

HSL color Cylindrical-coordinate representation of color #4C5F3C: hue angle of 92.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C5F3C is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 95 60 -
CMYK 0.20 0 0.37 0.63
HSL 92.57º 0.23% 0.3% -
HSV(B) 92.57º 0.37% 0.37% -
XYZ 7.89 10.05 5.8 -
YUV 85.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 76 95 60 0.20 0 0.37 0.63 92.57 0.23 0.3
Hex 4C 5F 3C 14 0 25 3F 5D 17 1E
Octal 114 137 74 24 0 45 77 135 27 36
Binary 1001100 1011111 111100 10100 0 100101 111111 1011101 10111 11110

Color Harmonies of #4C5F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5F3C

Black with #4C5F3C

Text Example


Text Example

White with #4C5F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,95,60); }

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

background-color css

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

 a { background-color: rgb(76,95,60); }

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

border-color css

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

 span { border-color: rgb(76,95,60); }

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