#3DA06C

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

Shades of Eucalyptus #3DA06C

Tints of Eucalyptus #3DA06C

Color information

#3DA06C (or 0x3DA06C) is unknown color: approx Eucalyptus. HEX triplet: 3D, A0 and 6C. RGB value is (61,160,108). Sum of RGB (Red+Green+Blue) = 61+160+108=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA06C is #C25F93. Grayscale: #7C7C7C. Windows color (decimal): -12738452 or 7118909. OLE color: 7118909.

HSL color Cylindrical-coordinate representation of color #3DA06C: hue angle of 148.48º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA06C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB61160108-
CMYK0.6200.320.37
HSL148.48º44.8%43.33%-
HSV(B)148.48º61.87%62.75%-
XYZ17.227.2218.53-
YUV124.47118.782.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=18.54%
G=48.63%
B=32.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611601080.6200.320.37148.4844.843.33
Hex3DA06C3E02025942d2b
Octal7524015476040452245553
Binary111101101000001101100111110010000010010110010100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,108); }

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

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

 a { background-color: rgb(61,160,108); }

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

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

 span { border-color: rgb(61,160,108); }

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