Html Css Color HEX #4A5834 Clover

📋 copy color: '#4A5834'

red 74 ◦ green 88 ◦ blue 52

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

Shades of Clover #4A5834

Tints of Clover #4A5834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 34.58%
G = 41.12%
B = 24.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#4A5834 (or 0x4A5834) is known color: Clover. HEX triplet: 4A, 58 and 34. RGB value is (74,88,52). Sum of RGB (Red+Green+Blue) = 74+88+52=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5834 is #B5A7CB. Grayscale: #4F4F4F. Windows color (decimal): -11904972 or 3430474. OLE color: 3430474.

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

Color convert

RGB 74 88 52 -
CMYK 0.16 0 0.41 0.65
HSL 83.33º 0.26% 0.27% -
HSV(B) 83.33º 0.41% 0.35% -
XYZ 6.93 8.68 4.56 -
YUV 79.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 74 88 52 0.16 0 0.41 0.65 83.33 0.26 0.27
Hex 4A 58 34 10 0 29 41 53 1A 1B
Octal 112 130 64 20 0 51 101 123 32 33
Binary 1001010 1011000 110100 10000 0 101001 1000001 1010011 11010 11011

Color Harmonies of #4A5834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5834

Black with #4A5834

Text Example


Text Example

White with #4A5834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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