#3B9268

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

Shades of Eucalyptus #3B9268

Tints of Eucalyptus #3B9268

Color information

#3B9268 (or 0x3B9268) is unknown color: approx Eucalyptus. HEX triplet: 3B, 92 and 68. RGB value is (59,146,104). Sum of RGB (Red+Green+Blue) = 59+146+104=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9268 is #C46D97. Grayscale: #737373. Windows color (decimal): -12873112 or 6853179. OLE color: 6853179.

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

Color convert

RGB59146104-
CMYK0.6000.290.43
HSL151.03º42.44%40.2%-
HSV(B)151.03º59.59%57.25%-
XYZ14.5822.4916.67-
YUV115.2121.6887.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=19.09%
G=47.25%
B=33.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461040.6000.290.43151.0342.4440.2
Hex3B92683C01D2B972a28
Octal7322215074035532275250
Binary11101110010010110100011110001110110101110010111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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