#3F9462

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

Shades of Eucalyptus #3F9462

Tints of Eucalyptus #3F9462

Color information

#3F9462 (or 0x3F9462) is unknown color: approx Eucalyptus. HEX triplet: 3F, 94 and 62. RGB value is (63,148,98). Sum of RGB (Red+Green+Blue) = 63+148+98=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9462 is #C06B9D. Grayscale: #757575. Windows color (decimal): -12610462 or 6460479. OLE color: 6460479.

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

Color convert

RGB6314898-
CMYK0.5700.340.42
HSL144.71º40.28%41.37%-
HSV(B)144.71º57.43%58.04%-
XYZ14.8423.1215.24-
YUV116.88117.3489.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=20.39%
G=47.90%
B=31.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148980.5700.340.42144.7140.2841.37
Hex3F9462390222A912829
Octal7722414271042522215051
Binary111111100101001100010111001010001010101010010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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