#3F5A1C

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

Shades of Clover #3F5A1C

Tints of Clover #3F5A1C

Color information

#3F5A1C (or 0x3F5A1C) is unknown color: approx Clover. HEX triplet: 3F, 5A and 1C. RGB value is (63,90,28). Sum of RGB (Red+Green+Blue) = 63+90+28=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A1C is #C0A5E3. Grayscale: #4B4B4B. Windows color (decimal): -12625380 or 1858111. OLE color: 1858111.

HSL color Cylindrical-coordinate representation of color #3F5A1C: hue angle of 86.13º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5A1C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB639028-
CMYK0.3000.690.65
HSL86.13º52.54%23.14%-
HSV(B)86.13º68.89%35.29%-
XYZ5.928.452.42-
YUV74.86101.55119.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=34.81%
G=49.72%
B=15.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6390280.3000.690.6586.1352.5423.14
Hex3F5A1C1E04541563517
Octal77132343601051011266527
Binary11111110110101110011110010001011000001101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,90,28); }

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

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

 a { background-color: rgb(63,90,28); }

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

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

 span { border-color: rgb(63,90,28); }

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