#3D905E

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

Shades of Eucalyptus #3D905E

Tints of Eucalyptus #3D905E

Color information

#3D905E (or 0x3D905E) is unknown color: approx Eucalyptus. HEX triplet: 3D, 90 and 5E. RGB value is (61,144,94). Sum of RGB (Red+Green+Blue) = 61+144+94=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #3D905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D905E is #C26FA1. Grayscale: #717171. Windows color (decimal): -12742562 or 6197309. OLE color: 6197309.

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

Color convert

RGB6114494-
CMYK0.5800.350.44
HSL143.86º40.49%40.2%-
HSV(B)143.86º57.64%56.47%-
XYZ13.9221.7514.05-
YUV113.4811790.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=20.40%
G=48.16%
B=31.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61144940.5800.350.44143.8640.4940.2
Hex3D905E3A0232C902828
Octal7522013672043542205050
Binary111101100100001011110111010010001110110010010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,144,94); }

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

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

 a { background-color: rgb(61,144,94); }

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

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

 span { border-color: rgb(61,144,94); }

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