#3D945C

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

Shades of Eucalyptus #3D945C

Tints of Eucalyptus #3D945C

Color information

#3D945C (or 0x3D945C) is unknown color: approx Eucalyptus. HEX triplet: 3D, 94 and 5C. RGB value is (61,148,92). Sum of RGB (Red+Green+Blue) = 61+148+92=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #3D945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D945C is #C26BA3. Grayscale: #737373. Windows color (decimal): -12741540 or 6067261. OLE color: 6067261.

HSL color Cylindrical-coordinate representation of color #3D945C: hue angle of 141.38º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D945C is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB6114892-
CMYK0.5900.380.42
HSL141.38º41.63%40.98%-
HSV(B)141.38º58.78%58.04%-
XYZ14.4522.9413.79-
YUV115.6114.6889.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=20.27%
G=49.17%
B=30.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61148920.5900.380.42141.3841.6340.98
Hex3D945C3B0262A8d2a29
Octal7522413473046522155251
Binary111101100101001011100111011010011010101010001101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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