Html Css Color HEX #4C5B3D Cabbage Pont

📋 copy color: '#4C5B3D'

red 76 ◦ green 91 ◦ blue 61

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

Shades of Cabbage Pont #4C5B3D

Tints of Cabbage Pont #4C5B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.91%

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 33.33%
G = 39.91%
B = 26.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#4C5B3D (or 0x4C5B3D) is known color: Cabbage Pont. HEX triplet: 4C, 5B and 3D. RGB value is (76,91,61). Sum of RGB (Red+Green+Blue) = 76+91+61=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B3D is #B3A4C2. Grayscale: #535353. Windows color (decimal): -11773123 or 4021068. OLE color: 4021068.

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

Color convert

RGB 76 91 61 -
CMYK 0.16 0 0.33 0.64
HSL 90º 0.2% 0.3% -
HSV(B) 90º 0.33% 0.36% -
XYZ 7.56 9.36 5.82 -
YUV 83.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 76 91 61 0.16 0 0.33 0.64 90 0.2 0.3
Hex 4C 5B 3D 10 0 21 40 5A 14 1E
Octal 114 133 75 20 0 41 100 132 24 36
Binary 1001100 1011011 111101 10000 0 100001 1000000 1011010 10100 11110

Color Harmonies of #4C5B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5B3D

Black with #4C5B3D

Text Example


Text Example

White with #4C5B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,91,61); }

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

background-color css

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

 a { background-color: rgb(76,91,61); }

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

border-color css

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

 span { border-color: rgb(76,91,61); }

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