#3B9266

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

Shades of Eucalyptus #3B9266

Tints of Eucalyptus #3B9266

Color information

#3B9266 (or 0x3B9266) is unknown color: approx Eucalyptus. HEX triplet: 3B, 92 and 66. RGB value is (59,146,102). Sum of RGB (Red+Green+Blue) = 59+146+102=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9266 is #C46D99. Grayscale: #737373. Windows color (decimal): -12873114 or 6722107. OLE color: 6722107.

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

Color convert

RGB59146102-
CMYK0.6000.300.43
HSL149.66º42.44%40.2%-
HSV(B)149.66º59.59%57.25%-
XYZ14.4822.4516.14-
YUV114.97120.6888.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=19.22%
G=47.56%
B=33.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461020.6000.300.43149.6642.4440.2
Hex3B92663C01E2B962a28
Octal7322214674036532265250
Binary11101110010010110011011110001111010101110010110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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