#3F8E5D

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

Shades of Eucalyptus #3F8E5D

Tints of Eucalyptus #3F8E5D

Color information

#3F8E5D (or 0x3F8E5D) is unknown color: approx Eucalyptus. HEX triplet: 3F, 8E and 5D. RGB value is (63,142,93). Sum of RGB (Red+Green+Blue) = 63+142+93=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E5D is #C071A2. Grayscale: #707070. Windows color (decimal): -12612003 or 6131263. OLE color: 6131263.

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

Color convert

RGB6314293-
CMYK0.5600.350.44
HSL142.78º38.54%40.2%-
HSV(B)142.78º55.63%55.69%-
XYZ13.721.1913.72-
YUV112.79116.8392.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=21.14%
G=47.65%
B=31.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142930.5600.350.44142.7838.5440.2
Hex3F8E5D380232C8f2728
Octal7721613570043542174750
Binary111111100011101011101111000010001110110010001111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,93); }

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

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

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

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

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

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

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