#3A9B65

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

Shades of Eucalyptus #3A9B65

Tints of Eucalyptus #3A9B65

Color information

#3A9B65 (or 0x3A9B65) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 65. RGB value is (58,155,101). Sum of RGB (Red+Green+Blue) = 58+155+101=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B65 is #C5649A. Grayscale: #777777. Windows color (decimal): -12936347 or 6658874. OLE color: 6658874.

HSL color Cylindrical-coordinate representation of color #3A9B65: hue angle of 146.6º 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 #3A9B65 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB58155101-
CMYK0.6300.350.39
HSL146.6º45.54%41.76%-
HSV(B)146.6º62.58%60.78%-
XYZ15.8225.2816.36-
YUV119.84117.3683.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=18.47%
G=49.36%
B=32.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551010.6300.350.39146.645.5441.76
Hex3A9B653F02327932e2a
Octal7223314577043472235652
Binary111010100110111100101111111010001110011110010011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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