#3D916A

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

Shades of Eucalyptus #3D916A

Tints of Eucalyptus #3D916A

Color information

#3D916A (or 0x3D916A) is unknown color: approx Eucalyptus. HEX triplet: 3D, 91 and 6A. RGB value is (61,145,106). Sum of RGB (Red+Green+Blue) = 61+145+106=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #3D916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D916A is #C26E95. Grayscale: #737373. Windows color (decimal): -12742294 or 6983997. OLE color: 6983997.

HSL color Cylindrical-coordinate representation of color #3D916A: hue angle of 152.14º 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 #3D916A is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB61145106-
CMYK0.5800.270.43
HSL152.14º40.78%40.39%-
HSV(B)152.14º57.93%56.86%-
XYZ14.6522.2817.16-
YUV115.44122.6789.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=19.55%
G=46.47%
B=33.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611451060.5800.270.43152.1440.7840.39
Hex3D916A3A01B2B982928
Octal7522115272033532305150
Binary11110110010001110101011101001101110101110011000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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