#318E61

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

Shades of Eucalyptus #318E61

Tints of Eucalyptus #318E61

Color information

#318E61 (or 0x318E61) is unknown color: approx Eucalyptus. HEX triplet: 31, 8E and 61. RGB value is (49,142,97). Sum of RGB (Red+Green+Blue) = 49+142+97=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #318E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E61 is #CE719E. Grayscale: #6D6D6D. Windows color (decimal): -13529503 or 6393393. OLE color: 6393393.

HSL color Cylindrical-coordinate representation of color #318E61: hue angle of 150.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E61 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB4914297-
CMYK0.6500.320.44
HSL150.97º48.69%37.45%-
HSV(B)150.97º65.49%55.69%-
XYZ13.120.8614.65-
YUV109.06121.1985.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 142 (55.86% from 255) = 49.31%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=17.01%
G=49.31%
B=33.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49142970.6500.320.44150.9748.6937.45
Hex318E61410202C973125
Octal61216141101040542276145
Binary1100011000111011000011000001010000010110010010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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