#318D61

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

Shades of Eucalyptus #318D61

Tints of Eucalyptus #318D61

Color information

#318D61 (or 0x318D61) is unknown color: approx Eucalyptus. HEX triplet: 31, 8D and 61. RGB value is (49,141,97). Sum of RGB (Red+Green+Blue) = 49+141+97=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #318D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D61 is #CE729E. Grayscale: #6C6C6C. Windows color (decimal): -13529759 or 6393137. OLE color: 6393137.

HSL color Cylindrical-coordinate representation of color #318D61: hue angle of 151.3º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D61 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4914197-
CMYK0.6500.310.45
HSL151.3º48.42%37.25%-
HSV(B)151.3º65.25%55.29%-
XYZ12.9520.5714.6-
YUV108.48121.5285.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=17.07%
G=49.13%
B=33.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141970.6500.310.45151.348.4237.25
Hex318D614101F2D973025
Octal61215141101037552276045
Binary110001100011011100001100000101111110110110010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318D61; }

 p { color: rgb(49,141,97); }

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

<style>
 a { background-color: #318D61; }

 a { background-color: rgb(49,141,97); }

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

<style>
 span { border-color: #318D61; }

 span { border-color: rgb(49,141,97); }

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