Html Css Color HEX #4A5830 Clover

📋 copy color: '#4A5830'

red 74 ◦ green 88 ◦ blue 48

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

Shades of Clover #4A5830

Tints of Clover #4A5830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 35.24%
G = 41.9%
B = 22.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#4A5830 (or 0x4A5830) is known color: Clover. HEX triplet: 4A, 58 and 30. RGB value is (74,88,48). Sum of RGB (Red+Green+Blue) = 74+88+48=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5830 is #B5A7CF. Grayscale: #4F4F4F. Windows color (decimal): -11904976 or 3168330. OLE color: 3168330.

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

Color convert

RGB 74 88 48 -
CMYK 0.16 0 0.45 0.65
HSL 81º 0.29% 0.27% -
HSV(B) 81º 0.45% 0.35% -
XYZ 6.85 8.65 4.1 -
YUV 79.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 74 88 48 0.16 0 0.45 0.65 81 0.29 0.27
Hex 4A 58 30 10 0 2D 41 51 1D 1B
Octal 112 130 60 20 0 55 101 121 35 33
Binary 1001010 1011000 110000 10000 0 101101 1000001 1010001 11101 11011

Color Harmonies of #4A5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5830

Black with #4A5830

Text Example


Text Example

White with #4A5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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