#3A9B5D

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

Shades of Eucalyptus #3A9B5D

Tints of Eucalyptus #3A9B5D

Color information

#3A9B5D (or 0x3A9B5D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 5D. RGB value is (58,155,93). Sum of RGB (Red+Green+Blue) = 58+155+93=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B5D is #C564A2. Grayscale: #777777. Windows color (decimal): -12936355 or 6134586. OLE color: 6134586.

HSL color Cylindrical-coordinate representation of color #3A9B5D: hue angle of 141.65º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B5D is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB5815593-
CMYK0.6300.40.39
HSL141.65º45.54%41.76%-
HSV(B)141.65º62.58%60.78%-
XYZ15.4425.1314.39-
YUV118.93113.3684.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 155 (60.94% from 255) = 50.65%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=18.95%
G=50.65%
B=30.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58155930.6300.40.39141.6545.5441.76
Hex3A9B5D3F028278e2e2a
Octal7223313577050472165652
Binary111010100110111011101111111010100010011110001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,93); }

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

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

 a { background-color: rgb(58,155,93); }

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

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

 span { border-color: rgb(58,155,93); }

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