#3D9B61

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

Shades of Eucalyptus #3D9B61

Tints of Eucalyptus #3D9B61

Color information

#3D9B61 (or 0x3D9B61) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9B and 61. RGB value is (61,155,97). Sum of RGB (Red+Green+Blue) = 61+155+97=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B61 is #C2649E. Grayscale: #787878. Windows color (decimal): -12739743 or 6396733. OLE color: 6396733.

HSL color Cylindrical-coordinate representation of color #3D9B61: hue angle of 142.98º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B61 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB6115597-
CMYK0.6100.370.39
HSL142.98º43.52%42.35%-
HSV(B)142.98º60.65%60.78%-
XYZ15.825.315.36-
YUV120.28114.8685.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=19.49%
G=49.52%
B=30.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61155970.6100.370.39142.9843.5242.35
Hex3D9B613D025278f2c2a
Octal7523314175045472175452
Binary111101100110111100001111101010010110011110001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,155,97); }

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

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

 a { background-color: rgb(61,155,97); }

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

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

 span { border-color: rgb(61,155,97); }

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