#3D8A62

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

Shades of Eucalyptus #3D8A62

Tints of Eucalyptus #3D8A62

Color information

#3D8A62 (or 0x3D8A62) is unknown color: approx Eucalyptus. HEX triplet: 3D, 8A and 62. RGB value is (61,138,98). Sum of RGB (Red+Green+Blue) = 61+138+98=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A62 is #C2759D. Grayscale: #6E6E6E. Windows color (decimal): -12744094 or 6457917. OLE color: 6457917.

HSL color Cylindrical-coordinate representation of color #3D8A62: hue angle of 148.83º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A62 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB6113898-
CMYK0.5600.290.46
HSL148.83º38.69%39.02%-
HSV(B)148.83º55.8%54.12%-
XYZ13.2220.0514.73-
YUV110.42120.9992.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=20.54%
G=46.46%
B=33.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61138980.5600.290.46148.8338.6939.02
Hex3D8A623801D2E952727
Octal7521214270035562254747
Binary11110110001010110001011100001110110111010010101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,98); }

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

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

 a { background-color: rgb(61,138,98); }

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

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

 span { border-color: rgb(61,138,98); }

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