#3F915E

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

Shades of Eucalyptus #3F915E

Tints of Eucalyptus #3F915E

Color information

#3F915E (or 0x3F915E) is unknown color: approx Eucalyptus. HEX triplet: 3F, 91 and 5E. RGB value is (63,145,94). Sum of RGB (Red+Green+Blue) = 63+145+94=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #3F915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F915E is #C06EA1. Grayscale: #727272. Windows color (decimal): -12611234 or 6197567. OLE color: 6197567.

HSL color Cylindrical-coordinate representation of color #3F915E: hue angle of 142.68º degrees, saturation: 0.39, 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 #3F915E is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB6314594-
CMYK0.5700.350.43
HSL142.68º39.42%40.78%-
HSV(B)142.68º56.55%56.86%-
XYZ14.222.1214.11-
YUV114.67116.3391.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=20.86%
G=48.01%
B=31.13%

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
Decimal63145940.5700.350.43142.6839.4240.78
Hex3F915E390232B8f2729
Octal7722113671043532174751
Binary111111100100011011110111001010001110101110001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,94); }

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

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

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

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

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

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

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