#4A5538

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

Shades of Clover #4A5538

Tints of Clover #4A5538

Color information

#4A5538 (or 0x4A5538) is unknown color: approx Clover. HEX triplet: 4A, 55 and 38. RGB value is (74,85,56). Sum of RGB (Red+Green+Blue) = 74+85+56=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5538 is #B5AAC7. Grayscale: #4E4E4E. Windows color (decimal): -11905736 or 3691850. OLE color: 3691850.

HSL color Cylindrical-coordinate representation of color #4A5538: hue angle of 82.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A5538 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB748556-
CMYK0.1300.340.67
HSL82.76º20.57%27.65%-
HSV(B)82.76º34.12%33.33%-
XYZ6.798.244.97-
YUV78.4115.36124.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=34.42%
G=39.53%
B=26.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485560.1300.340.6782.7620.5727.65
Hex4A5538D0224353151c
Octal11212570150421031232534
Binary1001010101010111100011010100010100001110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,56); }

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

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

 a { background-color: rgb(74,85,56); }

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

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

 span { border-color: rgb(74,85,56); }

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