#3F5428

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

Shades of Clover #3F5428

Tints of Clover #3F5428

Color information

#3F5428 (or 0x3F5428) is unknown color: approx Clover. HEX triplet: 3F, 54 and 28. RGB value is (63,84,40). Sum of RGB (Red+Green+Blue) = 63+84+40=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5428 is #C0ABD7. Grayscale: #484848. Windows color (decimal): -12626904 or 2643007. OLE color: 2643007.

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

Color convert

RGB638440-
CMYK0.2500.520.67
HSL88.64º35.48%24.31%-
HSV(B)88.64º52.38%32.94%-
XYZ5.67.553.17-
YUV72.7109.54121.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=33.69%
G=44.92%
B=21.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384400.2500.520.6788.6435.4824.31
Hex3F54281903443592318
Octal7712450310641031314330
Binary11111110101001010001100101101001000011101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,40); }

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

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

 a { background-color: rgb(63,84,40); }

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

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

 span { border-color: rgb(63,84,40); }

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