#3D9A6A

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

Shades of Eucalyptus #3D9A6A

Tints of Eucalyptus #3D9A6A

Color information

#3D9A6A (or 0x3D9A6A) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9A and 6A. RGB value is (61,154,106). Sum of RGB (Red+Green+Blue) = 61+154+106=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9A6A is #C26595. Grayscale: #787878. Windows color (decimal): -12739990 or 6986301. OLE color: 6986301.

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

Color convert

RGB61154106-
CMYK0.6000.310.40
HSL149.03º43.26%42.16%-
HSV(B)149.03º60.39%60.39%-
XYZ16.0825.1417.64-
YUV120.72119.6985.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=19.00%
G=47.98%
B=33.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal611541060.6000.310.40149.0343.2642.16
Hex3D9A6A3C01F28952b2a
Octal7523215274037502255352
Binary11110110011010110101011110001111110100010010101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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