#3A8B66

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

Shades of Eucalyptus #3A8B66

Tints of Eucalyptus #3A8B66

Color information

#3A8B66 (or 0x3A8B66) is unknown color: approx Eucalyptus. HEX triplet: 3A, 8B and 66. RGB value is (58,139,102). Sum of RGB (Red+Green+Blue) = 58+139+102=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B66 is #C57499. Grayscale: #6E6E6E. Windows color (decimal): -12940442 or 6720314. OLE color: 6720314.

HSL color Cylindrical-coordinate representation of color #3A8B66: hue angle of 152.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B66 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB58139102-
CMYK0.5800.270.45
HSL152.59º41.12%38.63%-
HSV(B)152.59º58.27%54.51%-
XYZ13.3820.3215.79-
YUV110.56123.1690.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=19.40%
G=46.49%
B=34.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391020.5800.270.45152.5941.1238.63
Hex3A8B663A01B2D992927
Octal7221314672033552315147
Binary11101010001011110011011101001101110110110011001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,139,102); }

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

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

 a { background-color: rgb(58,139,102); }

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

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

 span { border-color: rgb(58,139,102); }

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