#3D9166

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

Shades of Eucalyptus #3D9166

Tints of Eucalyptus #3D9166

Color information

#3D9166 (or 0x3D9166) is unknown color: approx Eucalyptus. HEX triplet: 3D, 91 and 66. RGB value is (61,145,102). Sum of RGB (Red+Green+Blue) = 61+145+102=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9166 is #C26E99. Grayscale: #737373. Windows color (decimal): -12742298 or 6721853. OLE color: 6721853.

HSL color Cylindrical-coordinate representation of color #3D9166: hue angle of 149.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9166 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB61145102-
CMYK0.5800.300.43
HSL149.29º40.78%40.39%-
HSV(B)149.29º57.93%56.86%-
XYZ14.4522.216.09-
YUV114.98120.6789.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=19.81%
G=47.08%
B=33.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611451020.5800.300.43149.2940.7840.39
Hex3D91663A01E2B952928
Octal7522114672036532255150
Binary11110110010001110011011101001111010101110010101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,145,102); }

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

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

 a { background-color: rgb(61,145,102); }

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

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

 span { border-color: rgb(61,145,102); }

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