#3f9269

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

Shades of Eucalyptus #3F9269

Tints of Eucalyptus #3F9269

Color information

#3F9269 (or 0x3F9269) is unknown color: approx Eucalyptus. HEX triplet: 3F, 92 and 69. RGB value is (63,146,105). Sum of RGB (Red+Green+Blue) = 63+146+105=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9269 is #C06D96. Grayscale: #747474. Windows color (decimal): -12610967 or 6918719. OLE color: 6918719.

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

Color convert

RGB63146105-
CMYK0.5700.280.43
HSL150.36º39.71%40.98%-
HSV(B)150.36º56.85%57.25%-
XYZ14.8822.6316.95-
YUV116.51121.589.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=20.06%
G=46.50%
B=33.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631461050.5700.280.43150.3639.7140.98
Hex3F92693901C2B962829
Octal7722215171034532265051
Binary11111110010010110100111100101110010101110010110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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