Html Css Color HEX #4C5A28 Clover

📋 copy color: '#4C5A28'

red 76 ◦ green 90 ◦ blue 40

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

Shades of Clover #4C5A28

Tints of Clover #4C5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 36.89%
G = 43.69%
B = 19.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#4C5A28 (or 0x4C5A28) is known color: Clover. HEX triplet: 4C, 5A and 28. RGB value is (76,90,40). Sum of RGB (Red+Green+Blue) = 76+90+40=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A28 is #B3A5D7. Grayscale: #505050. Windows color (decimal): -11773400 or 2644556. OLE color: 2644556.

HSL color Cylindrical-coordinate representation of color #4C5A28: hue angle of 76.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C5A28 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 90 40 -
CMYK 0.16 0 0.56 0.65
HSL 76.8º 0.38% 0.25% -
HSV(B) 76.8º 0.56% 0.35% -
XYZ 7.02 9 3.38 -
YUV 80.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 76 90 40 0.16 0 0.56 0.65 76.8 0.38 0.25
Hex 4C 5A 28 10 0 38 41 4D 26 19
Octal 114 132 50 20 0 70 101 115 46 31
Binary 1001100 1011010 101000 10000 0 111000 1000001 1001101 100110 11001

Color Harmonies of #4C5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A28

Black with #4C5A28

Text Example


Text Example

White with #4C5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,40); }

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

background-color css

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

 a { background-color: rgb(76,90,40); }

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

border-color css

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

 span { border-color: rgb(76,90,40); }

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