#3A551B

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

Shades of Clover #3A551B

Tints of Clover #3A551B

Color information

#3A551B (or 0x3A551B) is unknown color: approx Clover. HEX triplet: 3A, 55 and 1B. RGB value is (58,85,27). Sum of RGB (Red+Green+Blue) = 58+85+27=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #3A551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A551B is #C5AAE4. Grayscale: #464646. Windows color (decimal): -12954341 or 1791290. OLE color: 1791290.

HSL color Cylindrical-coordinate representation of color #3A551B: hue angle of 87.93º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A551B is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB588527-
CMYK0.3200.680.67
HSL87.93º51.79%21.96%-
HSV(B)87.93º68.24%33.33%-
XYZ5.197.482.21-
YUV70.32103.55119.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=34.12%
G=50%
B=15.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885270.3200.680.6787.9351.7921.96
Hex3A551B2004443583416
Octal72125334001041031306426
Binary111010101010111011100000010001001000011101100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A551B; }

 p { color: rgb(58,85,27); }

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

<style>
 a { background-color: #3A551B; }

 a { background-color: rgb(58,85,27); }

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

<style>
 span { border-color: #3A551B; }

 span { border-color: rgb(58,85,27); }

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