Html Css Color HEX #4C602D Clover

📋 copy color: '#4C602D'

red 76 ◦ green 96 ◦ blue 45

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

Shades of Clover #4C602D

Tints of Clover #4C602D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 35.02%
G = 44.24%
B = 20.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#4C602D (or 0x4C602D) is known color: Clover. HEX triplet: 4C, 60 and 2D. RGB value is (76,96,45). Sum of RGB (Red+Green+Blue) = 76+96+45=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #4C602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C602D is #B39FD2. Grayscale: #545454. Windows color (decimal): -11771859 or 2973772. OLE color: 2973772.

HSL color Cylindrical-coordinate representation of color #4C602D: hue angle of 83.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C602D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 96 45 -
CMYK 0.21 0 0.53 0.62
HSL 83.53º 0.36% 0.28% -
HSV(B) 83.53º 0.53% 0.38% -
XYZ 7.64 10.09 4.03 -
YUV 84.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 76 96 45 0.21 0 0.53 0.62 83.53 0.36 0.28
Hex 4C 60 2D 15 0 35 3E 54 24 1C
Octal 114 140 55 25 0 65 76 124 44 34
Binary 1001100 1100000 101101 10101 0 110101 111110 1010100 100100 11100

Color Harmonies of #4C602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C602D

Black with #4C602D

Text Example


Text Example

White with #4C602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,45); }

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

background-color css

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

 a { background-color: rgb(76,96,45); }

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

border-color css

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

 span { border-color: rgb(76,96,45); }

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