Html Css Color HEX #4A5D2C Clover

📋 copy color: '#4A5D2C'

red 74 ◦ green 93 ◦ blue 44

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

Shades of Clover #4A5D2C

Tints of Clover #4A5D2C

RGB

 RED value IS 74 (29.3% from 255) = 35.07%

 GREEN value IS 93 (36.72% from 255) = 44.08%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 35.07%
G = 44.08%
B = 20.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#4A5D2C (or 0x4A5D2C) is known color: Clover. HEX triplet: 4A, 5D and 2C. RGB value is (74,93,44). Sum of RGB (Red+Green+Blue) = 74+93+44=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D2C is #B5A2D3. Grayscale: #515151. Windows color (decimal): -11903700 or 2907466. OLE color: 2907466.

HSL color Cylindrical-coordinate representation of color #4A5D2C: hue angle of 83.27º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A5D2C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 93 44 -
CMYK 0.20 0 0.53 0.64
HSL 83.27º 0.36% 0.27% -
HSV(B) 83.27º 0.53% 0.36% -
XYZ 7.19 9.47 3.83 -
YUV 81.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 74 93 44 0.20 0 0.53 0.64 83.27 0.36 0.27
Hex 4A 5D 2C 14 0 35 40 53 24 1B
Octal 112 135 54 24 0 65 100 123 44 33
Binary 1001010 1011101 101100 10100 0 110101 1000000 1010011 100100 11011

Color Harmonies of #4A5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5D2C

Black with #4A5D2C

Text Example


Text Example

White with #4A5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,93,44); }

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

background-color css

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

 a { background-color: rgb(74,93,44); }

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

border-color css

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

 span { border-color: rgb(74,93,44); }

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