#3D8D5C

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

Shades of Eucalyptus #3D8D5C

Tints of Eucalyptus #3D8D5C

Color information

#3D8D5C (or 0x3D8D5C) is unknown color: approx Eucalyptus. HEX triplet: 3D, 8D and 5C. RGB value is (61,141,92). Sum of RGB (Red+Green+Blue) = 61+141+92=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8D5C is #C272A3. Grayscale: #6F6F6F. Windows color (decimal): -12743332 or 6065469. OLE color: 6065469.

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

Color convert

RGB6114192-
CMYK0.5700.350.45
HSL143.25º39.6%39.61%-
HSV(B)143.25º56.74%55.29%-
XYZ13.3820.8113.44-
YUV111.4911791.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=20.75%
G=47.96%
B=31.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61141920.5700.350.45143.2539.639.61
Hex3D8D5C390232D8f2828
Octal7521513471043552175050
Binary111101100011011011100111001010001110110110001111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,141,92); }

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

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

 a { background-color: rgb(61,141,92); }

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

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

 span { border-color: rgb(61,141,92); }

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