#3A9A6B

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

Shades of Eucalyptus #3A9A6B

Tints of Eucalyptus #3A9A6B

Color information

#3A9A6B (or 0x3A9A6B) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9A and 6B. RGB value is (58,154,107). Sum of RGB (Red+Green+Blue) = 58+154+107=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #3A9A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9A6B is #C56594. Grayscale: #787878. Windows color (decimal): -12936597 or 7051834. OLE color: 7051834.

HSL color Cylindrical-coordinate representation of color #3A9A6B: hue angle of 150.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9A6B is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB58154107-
CMYK0.6200.310.40
HSL150.62º45.28%41.57%-
HSV(B)150.62º62.34%60.39%-
XYZ15.9525.0717.91-
YUV119.94120.783.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=18.18%
G=48.28%
B=33.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581541070.6200.310.40150.6245.2841.57
Hex3A9A6B3E01F28972d2a
Octal7223215376037502275552
Binary11101010011010110101111111001111110100010010111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,154,107); }

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

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

 a { background-color: rgb(58,154,107); }

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

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

 span { border-color: rgb(58,154,107); }

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