#4A5330

Color #4A5330 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #4A5330

Tints of Clover #4A5330

Color information

#4A5330 (or 0x4A5330) is unknown color: approx Clover. HEX triplet: 4A, 53 and 30. RGB value is (74,83,48). Sum of RGB (Red+Green+Blue) = 74+83+48=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5330 is #B5ACCF. Grayscale: #4C4C4C. Windows color (decimal): -11906256 or 3167050. OLE color: 3167050.

HSL color Cylindrical-coordinate representation of color #4A5330: hue angle of 75.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A5330 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB748348-
CMYK0.1100.420.67
HSL75.43º26.72%25.69%-
HSV(B)75.43º42.17%32.55%-
XYZ6.457.863.97-
YUV76.32112.02126.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=36.10%
G=40.49%
B=23.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483480.1100.420.6775.4326.7225.69
Hex4A5330B02A434b1b1a
Octal11212360130521031133332
Binary1001010101001111000010110101010100001110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5330;
 }
 .AnyTagClassName
 {
   color: #4A5330;
 }
</style>
background-color css

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

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

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

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

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

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