#3D9D66

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

Shades of Eucalyptus #3D9D66

Tints of Eucalyptus #3D9D66

Color information

#3D9D66 (or 0x3D9D66) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9D and 66. RGB value is (61,157,102). Sum of RGB (Red+Green+Blue) = 61+157+102=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #3D9D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9D66 is #C26299. Grayscale: #7A7A7A. Windows color (decimal): -12739226 or 6724925. OLE color: 6724925.

HSL color Cylindrical-coordinate representation of color #3D9D66: hue angle of 145.62º 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 #3D9D66 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB61157102-
CMYK0.6100.350.38
HSL145.62º44.04%42.75%-
HSV(B)145.62º61.15%61.57%-
XYZ16.3826.0716.74-
YUV122.03116.784.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 157 (61.72% from 255) = 49.06%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=19.06%
G=49.06%
B=31.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611571020.6100.350.38145.6244.0442.75
Hex3D9D663D02326922c2b
Octal7523514675043462225453
Binary111101100111011100110111101010001110011010010010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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