#3F6C3F

Color #3F6C3F Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #3F6C3F

Tints of Grey-Asparagus #3F6C3F

Color information

#3F6C3F (or 0x3F6C3F) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 6C and 3F. RGB value is (63,108,63). Sum of RGB (Red+Green+Blue) = 63+108+63=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6C3F is #C093C0. Grayscale: #595959. Windows color (decimal): -12620737 or 4156479. OLE color: 4156479.

HSL color Cylindrical-coordinate representation of color #3F6C3F: hue angle of 120º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6C3F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB6310863-
CMYK0.4200.420.58
HSL120º26.32%33.53%-
HSV(B)120º41.67%42.35%-
XYZ8.3112.146.61-
YUV89.42113.09109.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 63 (25% from 255) = 26.92%
R=26.92%
G=46.15%
B=26.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108630.4200.420.5812026.3233.53
Hex3F6C3F2A02A3A781a22
Octal771547752052721703242
Binary11111111011001111111010100101010111010111100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,63); }

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

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

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

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

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

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

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