Html Css Color HEX #4A5A34 Clover

📋 copy color: '#4A5A34'

red 74 ◦ green 90 ◦ blue 52

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

Shades of Clover #4A5A34

Tints of Clover #4A5A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 34.26%
G = 41.67%
B = 24.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#4A5A34 (or 0x4A5A34) is known color: Clover. HEX triplet: 4A, 5A and 34. RGB value is (74,90,52). Sum of RGB (Red+Green+Blue) = 74+90+52=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A34 is #B5A5CB. Grayscale: #515151. Windows color (decimal): -11904460 or 3430986. OLE color: 3430986.

HSL color Cylindrical-coordinate representation of color #4A5A34: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A5A34 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 90 52 -
CMYK 0.18 0 0.42 0.65
HSL 85.26º 0.27% 0.28% -
HSV(B) 85.26º 0.42% 0.35% -
XYZ 7.1 9.02 4.61 -
YUV 80.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 74 90 52 0.18 0 0.42 0.65 85.26 0.27 0.28
Hex 4A 5A 34 12 0 2A 41 55 1B 1C
Octal 112 132 64 22 0 52 101 125 33 34
Binary 1001010 1011010 110100 10010 0 101010 1000001 1010101 11011 11100

Color Harmonies of #4A5A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A34

Black with #4A5A34

Text Example


Text Example

White with #4A5A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,90,52); }

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

background-color css

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

 a { background-color: rgb(74,90,52); }

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

border-color css

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

 span { border-color: rgb(74,90,52); }

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