#3D9360

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

Shades of Eucalyptus #3D9360

Tints of Eucalyptus #3D9360

Color information

#3D9360 (or 0x3D9360) is unknown color: approx Eucalyptus. HEX triplet: 3D, 93 and 60. RGB value is (61,147,96). Sum of RGB (Red+Green+Blue) = 61+147+96=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9360 is #C26C9F. Grayscale: #737373. Windows color (decimal): -12741792 or 6329149. OLE color: 6329149.

HSL color Cylindrical-coordinate representation of color #3D9360: hue angle of 144.42º degrees, saturation: 0.41, 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 #3D9360 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB6114796-
CMYK0.5900.350.42
HSL144.42º41.35%40.78%-
HSV(B)144.42º58.5%57.65%-
XYZ14.4722.714.69-
YUV115.47117.0189.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=20.07%
G=48.36%
B=31.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61147960.5900.350.42144.4241.3540.78
Hex3D93603B0232A902929
Octal7522314073043522205151
Binary111101100100111100000111011010001110101010010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,96); }

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

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

 a { background-color: rgb(61,147,96); }

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

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

 span { border-color: rgb(61,147,96); }

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