#3D9E6E

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

Shades of Eucalyptus #3D9E6E

Tints of Eucalyptus #3D9E6E

Color information

#3D9E6E (or 0x3D9E6E) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9E and 6E. RGB value is (61,158,110). Sum of RGB (Red+Green+Blue) = 61+158+110=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #3D9E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9E6E is #C26191. Grayscale: #7B7B7B. Windows color (decimal): -12738962 or 7249469. OLE color: 7249469.

HSL color Cylindrical-coordinate representation of color #3D9E6E: hue angle of 150.31º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9E6E is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB61158110-
CMYK0.6100.300.38
HSL150.31º44.29%42.94%-
HSV(B)150.31º61.39%61.96%-
XYZ16.9726.5718.99-
YUV123.52120.3683.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=18.54%
G=48.02%
B=33.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611581100.6100.300.38150.3144.2942.94
Hex3D9E6E3D01E26962c2b
Octal7523615675036462265453
Binary11110110011110110111011110101111010011010010110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,158,110); }

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

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

 a { background-color: rgb(61,158,110); }

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

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

 span { border-color: rgb(61,158,110); }

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