#3F925F

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

Shades of Eucalyptus #3F925F

Tints of Eucalyptus #3F925F

Color information

#3F925F (or 0x3F925F) is unknown color: approx Eucalyptus. HEX triplet: 3F, 92 and 5F. RGB value is (63,146,95). Sum of RGB (Red+Green+Blue) = 63+146+95=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #3F925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F925F is #C06DA0. Grayscale: #737373. Windows color (decimal): -12610977 or 6263359. OLE color: 6263359.

HSL color Cylindrical-coordinate representation of color #3F925F: hue angle of 143.13º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F925F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB6314695-
CMYK0.5700.350.43
HSL143.13º39.71%40.98%-
HSV(B)143.13º56.85%57.25%-
XYZ14.3922.4414.4-
YUV115.37116.590.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=20.72%
G=48.03%
B=31.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63146950.5700.350.43143.1339.7140.98
Hex3F925F390232B8f2829
Octal7722213771043532175051
Binary111111100100101011111111001010001110101110001111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,95); }

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

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

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

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

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

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

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