#3F945F

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

Shades of Eucalyptus #3F945F

Tints of Eucalyptus #3F945F

Color information

#3F945F (or 0x3F945F) is unknown color: approx Eucalyptus. HEX triplet: 3F, 94 and 5F. RGB value is (63,148,95). Sum of RGB (Red+Green+Blue) = 63+148+95=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945F is #C06BA0. Grayscale: #747474. Windows color (decimal): -12610465 or 6263871. OLE color: 6263871.

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

Color convert

RGB6314895-
CMYK0.5700.360.42
HSL142.59º40.28%41.37%-
HSV(B)142.59º57.43%58.04%-
XYZ14.7123.0614.5-
YUV116.54115.8489.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=20.59%
G=48.37%
B=31.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148950.5700.360.42142.5940.2841.37
Hex3F945F390242A8f2829
Octal7722413771044522175051
Binary111111100101001011111111001010010010101010001111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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