#3F925E

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

Shades of Eucalyptus #3F925E

Tints of Eucalyptus #3F925E

Color information

#3F925E (or 0x3F925E) is unknown color: approx Eucalyptus. HEX triplet: 3F, 92 and 5E. RGB value is (63,146,94). Sum of RGB (Red+Green+Blue) = 63+146+94=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #3F925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F925E is #C06DA1. Grayscale: #737373. Windows color (decimal): -12610978 or 6197823. OLE color: 6197823.

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

Color convert

RGB6314694-
CMYK0.5700.360.43
HSL142.41º39.71%40.98%-
HSV(B)142.41º56.85%57.25%-
XYZ14.3522.4214.16-
YUV115.2611690.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=20.79%
G=48.18%
B=31.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63146940.5700.360.43142.4139.7140.98
Hex3F925E390242B8e2829
Octal7722213671044532165051
Binary111111100100101011110111001010010010101110001110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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