#318F62

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

Shades of Eucalyptus #318F62

Tints of Eucalyptus #318F62

Color information

#318F62 (or 0x318F62) is unknown color: approx Eucalyptus. HEX triplet: 31, 8F and 62. RGB value is (49,143,98). Sum of RGB (Red+Green+Blue) = 49+143+98=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #318F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F62 is #CE709D. Grayscale: #6D6D6D. Windows color (decimal): -13529246 or 6459185. OLE color: 6459185.

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

Color convert

RGB4914398-
CMYK0.6600.310.44
HSL151.28º48.96%37.65%-
HSV(B)151.28º65.73%56.08%-
XYZ13.2921.1814.94-
YUV109.76121.3684.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=16.90%
G=49.31%
B=33.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143980.6600.310.44151.2848.9637.65
Hex318F624201F2C973126
Octal61217142102037542276146
Binary110001100011111100010100001001111110110010010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,98); }

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

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

 a { background-color: rgb(49,143,98); }

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

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

 span { border-color: rgb(49,143,98); }

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