#3F6119

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

Shades of Clover #3F6119

Tints of Clover #3F6119

Color information

#3F6119 (or 0x3F6119) is unknown color: approx Clover. HEX triplet: 3F, 61 and 19. RGB value is (63,97,25). Sum of RGB (Red+Green+Blue) = 63+97+25=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6119 is #C09EE6. Grayscale: #4E4E4E. Windows color (decimal): -12623591 or 1663295. OLE color: 1663295.

HSL color Cylindrical-coordinate representation of color #3F6119: hue angle of 88.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F6119 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB639725-
CMYK0.3500.740.62
HSL88.33º59.02%23.92%-
HSV(B)88.33º74.23%38.04%-
XYZ6.59.682.44-
YUV78.6397.74116.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=34.05%
G=52.43%
B=13.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397250.3500.740.6288.3359.0223.92
Hex3F61192304A3E583b18
Octal7714131430112761307330
Binary11111111000011100110001101001010111110101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,25); }

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

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

 a { background-color: rgb(63,97,25); }

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

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

 span { border-color: rgb(63,97,25); }

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