#3D8F5B

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

Shades of Eucalyptus #3D8F5B

Tints of Eucalyptus #3D8F5B

Color information

#3D8F5B (or 0x3D8F5B) is unknown color: approx Eucalyptus. HEX triplet: 3D, 8F and 5B. RGB value is (61,143,91). Sum of RGB (Red+Green+Blue) = 61+143+91=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F5B is #C270A4. Grayscale: #707070. Windows color (decimal): -12742821 or 6000445. OLE color: 6000445.

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

Color convert

RGB6114391-
CMYK0.5700.360.44
HSL141.95º40.2%40%-
HSV(B)141.95º57.34%56.08%-
XYZ13.6421.3913.31-
YUV112.55115.8391.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 143 (56.25% from 255) = 48.47%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=20.68%
G=48.47%
B=30.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61143910.5700.360.44141.9540.240
Hex3D8F5B390242C8e2828
Octal7521713371044542165050
Binary111101100011111011011111001010010010110010001110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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