Html Css Color HEX #4A582E Clover

📋 copy color: '#4A582E'

red 74 ◦ green 88 ◦ blue 46

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

Shades of Clover #4A582E

Tints of Clover #4A582E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 35.58%
G = 42.31%
B = 22.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#4A582E (or 0x4A582E) is known color: Clover. HEX triplet: 4A, 58 and 2E. RGB value is (74,88,46). Sum of RGB (Red+Green+Blue) = 74+88+46=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #4A582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A582E is #B5A7D1. Grayscale: #4F4F4F. Windows color (decimal): -11904978 or 3037258. OLE color: 3037258.

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

Color convert

RGB 74 88 46 -
CMYK 0.16 0 0.48 0.65
HSL 80º 0.31% 0.26% -
HSV(B) 80º 0.48% 0.35% -
XYZ 6.81 8.63 3.89 -
YUV 79.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 74 88 46 0.16 0 0.48 0.65 80 0.31 0.26
Hex 4A 58 2E 10 0 30 41 50 1F 1A
Octal 112 130 56 20 0 60 101 120 37 32
Binary 1001010 1011000 101110 10000 0 110000 1000001 1010000 11111 11010

Color Harmonies of #4A582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A582E

Black with #4A582E

Text Example


Text Example

White with #4A582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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