#3D9569

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

Shades of Eucalyptus #3D9569

Tints of Eucalyptus #3D9569

Color information

#3D9569 (or 0x3D9569) is unknown color: approx Eucalyptus. HEX triplet: 3D, 95 and 69. RGB value is (61,149,105). Sum of RGB (Red+Green+Blue) = 61+149+105=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9569 is #C26A96. Grayscale: #757575. Windows color (decimal): -12741271 or 6919485. OLE color: 6919485.

HSL color Cylindrical-coordinate representation of color #3D9569: hue angle of 150º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9569 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB61149105-
CMYK0.5900.300.42
HSL150º41.9%41.18%-
HSV(B)150º59.06%58.43%-
XYZ15.2223.5117.1-
YUV117.67120.8587.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=19.37%
G=47.30%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491050.5900.300.4215041.941.18
Hex3D95693B01E2A962a29
Octal7522515173036522265251
Binary11110110010101110100111101101111010101010010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,105); }

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

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

 a { background-color: rgb(61,149,105); }

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

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

 span { border-color: rgb(61,149,105); }

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