#3F916B

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

Shades of Eucalyptus #3F916B

Tints of Eucalyptus #3F916B

Color information

#3F916B (or 0x3F916B) is unknown color: approx Eucalyptus. HEX triplet: 3F, 91 and 6B. RGB value is (63,145,107). Sum of RGB (Red+Green+Blue) = 63+145+107=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #3F916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F916B is #C06E94. Grayscale: #747474. Windows color (decimal): -12611221 or 7049535. OLE color: 7049535.

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

Color convert

RGB63145107-
CMYK0.5700.260.43
HSL152.2º39.42%40.78%-
HSV(B)152.2º56.55%56.86%-
XYZ14.8322.3717.45-
YUV116.15122.8390.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=20%
G=46.03%
B=33.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451070.5700.260.43152.239.4240.78
Hex3F916B3901A2B982729
Octal7722115371032532304751
Binary11111110010001110101111100101101010101110011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,107); }

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

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

 a { background-color: rgb(63,145,107); }

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

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

 span { border-color: rgb(63,145,107); }

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