#3D8F68

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

Shades of Eucalyptus #3D8F68

Tints of Eucalyptus #3D8F68

Color information

#3D8F68 (or 0x3D8F68) is unknown color: approx Eucalyptus. HEX triplet: 3D, 8F and 68. RGB value is (61,143,104). Sum of RGB (Red+Green+Blue) = 61+143+104=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F68 is #C27097. Grayscale: #727272. Windows color (decimal): -12742808 or 6852413. OLE color: 6852413.

HSL color Cylindrical-coordinate representation of color #3D8F68: hue angle of 151.46º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8F68 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB61143104-
CMYK0.5700.270.44
HSL151.46º40.2%40%-
HSV(B)151.46º57.34%56.08%-
XYZ14.2521.6416.52-
YUV114.04122.3390.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=19.81%
G=46.43%
B=33.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611431040.5700.270.44151.4640.240
Hex3D8F683901B2C972828
Octal7521715071033542275050
Binary11110110001111110100011100101101110110010010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,143,104); }

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

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

 a { background-color: rgb(61,143,104); }

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

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

 span { border-color: rgb(61,143,104); }

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