#3D8E5D

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

Shades of Eucalyptus #3D8E5D

Tints of Eucalyptus #3D8E5D

Color information

#3D8E5D (or 0x3D8E5D) is unknown color: approx Eucalyptus. HEX triplet: 3D, 8E and 5D. RGB value is (61,142,93). Sum of RGB (Red+Green+Blue) = 61+142+93=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E5D is #C271A2. Grayscale: #707070. Windows color (decimal): -12743075 or 6131261. OLE color: 6131261.

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

Color convert

RGB6114293-
CMYK0.5700.350.44
HSL143.7º39.9%39.8%-
HSV(B)143.7º57.04%55.69%-
XYZ13.5721.1313.72-
YUV112.2117.1691.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=20.61%
G=47.97%
B=31.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61142930.5700.350.44143.739.939.8
Hex3D8E5D390232C902828
Octal7521613571043542205050
Binary111101100011101011101111001010001110110010010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,142,93); }

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

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

 a { background-color: rgb(61,142,93); }

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

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

 span { border-color: rgb(61,142,93); }

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