Html Css Color HEX #4C5B2A Clover

📋 copy color: '#4C5B2A'

red 76 ◦ green 91 ◦ blue 42

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

Shades of Clover #4C5B2A

Tints of Clover #4C5B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 36.36%
G = 43.54%
B = 20.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#4C5B2A (or 0x4C5B2A) is known color: Clover. HEX triplet: 4C, 5B and 2A. RGB value is (76,91,42). Sum of RGB (Red+Green+Blue) = 76+91+42=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B2A is #B3A4D5. Grayscale: #515151. Windows color (decimal): -11773142 or 2775884. OLE color: 2775884.

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

Color convert

RGB 76 91 42 -
CMYK 0.16 0 0.54 0.64
HSL 78.37º 0.37% 0.26% -
HSV(B) 78.37º 0.54% 0.36% -
XYZ 7.14 9.19 3.59 -
YUV 80.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 76 91 42 0.16 0 0.54 0.64 78.37 0.37 0.26
Hex 4C 5B 2A 10 0 36 40 4E 25 1A
Octal 114 133 52 20 0 66 100 116 45 32
Binary 1001100 1011011 101010 10000 0 110110 1000000 1001110 100101 11010

Color Harmonies of #4C5B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5B2A

Black with #4C5B2A

Text Example


Text Example

White with #4C5B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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