#3F9968

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

Shades of Eucalyptus #3F9968

Tints of Eucalyptus #3F9968

Color information

#3F9968 (or 0x3F9968) is unknown color: approx Eucalyptus. HEX triplet: 3F, 99 and 68. RGB value is (63,153,104). Sum of RGB (Red+Green+Blue) = 63+153+104=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9968 is #C06697. Grayscale: #787878. Windows color (decimal): -12609176 or 6854975. OLE color: 6854975.

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

Color convert

RGB63153104-
CMYK0.5900.320.4
HSL147.33º41.67%42.35%-
HSV(B)147.33º58.82%60%-
XYZ15.9424.8417.05-
YUV120.5118.6886.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=19.69%
G=47.81%
B=32.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631531040.5900.320.4147.3341.6742.35
Hex3F99683B02028932a2a
Octal7723115073040502235252
Binary111111100110011101000111011010000010100010010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,153,104); }

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

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

 a { background-color: rgb(63,153,104); }

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

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

 span { border-color: rgb(63,153,104); }

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