#3B9F66

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

Shades of Eucalyptus #3B9F66

Tints of Eucalyptus #3B9F66

Color information

#3B9F66 (or 0x3B9F66) is unknown color: approx Eucalyptus. HEX triplet: 3B, 9F and 66. RGB value is (59,159,102). Sum of RGB (Red+Green+Blue) = 59+159+102=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9F66 is #C46099. Grayscale: #7A7A7A. Windows color (decimal): -12869786 or 6725435. OLE color: 6725435.

HSL color Cylindrical-coordinate representation of color #3B9F66: hue angle of 145.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F66 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB59159102-
CMYK0.6300.360.38
HSL145.8º45.87%42.75%-
HSV(B)145.8º62.89%62.35%-
XYZ16.626.6916.85-
YUV122.6116.3782.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 159 (62.5% from 255) = 49.69%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=18.44%
G=49.69%
B=31.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591591020.6300.360.38145.845.8742.75
Hex3B9F663F02426922e2b
Octal7323714677044462225653
Binary111011100111111100110111111010010010011010010010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,159,102); }

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

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

 a { background-color: rgb(59,159,102); }

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

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

 span { border-color: rgb(59,159,102); }

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