#3A9B6B

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

Shades of Eucalyptus #3A9B6B

Tints of Eucalyptus #3A9B6B

Color information

#3A9B6B (or 0x3A9B6B) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 6B. RGB value is (58,155,107). Sum of RGB (Red+Green+Blue) = 58+155+107=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B6B is #C56494. Grayscale: #787878. Windows color (decimal): -12936341 or 7052090. OLE color: 7052090.

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

Color convert

RGB58155107-
CMYK0.6300.310.39
HSL150.31º45.54%41.76%-
HSV(B)150.31º62.58%60.78%-
XYZ16.1225.417.96-
YUV120.52120.3683.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 155 (60.94% from 255) = 48.44%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=18.12%
G=48.44%
B=33.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551070.6300.310.39150.3145.5441.76
Hex3A9B6B3F01F27962e2a
Octal7223315377037472265652
Binary11101010011011110101111111101111110011110010110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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