#3F551F

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

Shades of Clover #3F551F

Tints of Clover #3F551F

Color information

#3F551F (or 0x3F551F) is unknown color: approx Clover. HEX triplet: 3F, 55 and 1F. RGB value is (63,85,31). Sum of RGB (Red+Green+Blue) = 63+85+31=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #3F551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F551F is #C0AAE0. Grayscale: #484848. Windows color (decimal): -12626657 or 2053439. OLE color: 2053439.

HSL color Cylindrical-coordinate representation of color #3F551F: hue angle of 84.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F551F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB638531-
CMYK0.2600.640.67
HSL84.44º46.55%22.75%-
HSV(B)84.44º63.53%33.33%-
XYZ5.557.652.48-
YUV72.27104.71121.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=35.20%
G=47.49%
B=17.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385310.2600.640.6784.4446.5522.75
Hex3F551F1A04043542f17
Octal77125373201001031245727
Binary11111110101011111111010010000001000011101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,31); }

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

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

 a { background-color: rgb(63,85,31); }

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

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

 span { border-color: rgb(63,85,31); }

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