#3F9769

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

Shades of Eucalyptus #3F9769

Tints of Eucalyptus #3F9769

Color information

#3F9769 (or 0x3F9769) is unknown color: approx Eucalyptus. HEX triplet: 3F, 97 and 69. RGB value is (63,151,105). Sum of RGB (Red+Green+Blue) = 63+151+105=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9769 is #C06896. Grayscale: #777777. Windows color (decimal): -12609687 or 6919999. OLE color: 6919999.

HSL color Cylindrical-coordinate representation of color #3F9769: hue angle of 148.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9769 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB63151105-
CMYK0.5800.300.41
HSL148.64º41.12%41.96%-
HSV(B)148.64º58.28%59.22%-
XYZ15.6724.2117.21-
YUV119.44119.8587.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=19.75%
G=47.34%
B=32.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511050.5800.300.41148.6441.1241.96
Hex3F97693A01E2995292a
Octal7722715172036512255152
Binary11111110010111110100111101001111010100110010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,151,105); }

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

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

 a { background-color: rgb(63,151,105); }

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

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

 span { border-color: rgb(63,151,105); }

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