#4A5430

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

Shades of Clover #4A5430

Tints of Clover #4A5430

Color information

#4A5430 (or 0x4A5430) is unknown color: approx Clover. HEX triplet: 4A, 54 and 30. RGB value is (74,84,48). Sum of RGB (Red+Green+Blue) = 74+84+48=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5430 is #B5ABCF. Grayscale: #4D4D4D. Windows color (decimal): -11906000 or 3167306. OLE color: 3167306.

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

Color convert

RGB748448-
CMYK0.1200.430.67
HSL76.67º27.27%25.88%-
HSV(B)76.67º42.86%32.94%-
XYZ6.538.014-
YUV76.91111.69125.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=35.92%
G=40.78%
B=23.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484480.1200.430.6776.6727.2725.88
Hex4A5430C02B434d1b1a
Octal11212460140531031153332
Binary1001010101010011000011000101011100001110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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