#3F905F

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

Shades of Eucalyptus #3F905F

Tints of Eucalyptus #3F905F

Color information

#3F905F (or 0x3F905F) is unknown color: approx Eucalyptus. HEX triplet: 3F, 90 and 5F. RGB value is (63,144,95). Sum of RGB (Red+Green+Blue) = 63+144+95=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #3F905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F905F is #C06FA0. Grayscale: #727272. Windows color (decimal): -12611489 or 6262847. OLE color: 6262847.

HSL color Cylindrical-coordinate representation of color #3F905F: hue angle of 143.7º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F905F is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB6314495-
CMYK0.5600.340.44
HSL143.7º39.13%40.59%-
HSV(B)143.7º56.25%56.47%-
XYZ14.0921.8314.3-
YUV114.2117.1691.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=20.86%
G=47.68%
B=31.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63144950.5600.340.44143.739.1340.59
Hex3F905F380222C902729
Octal7722013770042542204751
Binary111111100100001011111111000010001010110010010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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