#318D63

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

Shades of Eucalyptus #318D63

Tints of Eucalyptus #318D63

Color information

#318D63 (or 0x318D63) is unknown color: approx Eucalyptus. HEX triplet: 31, 8D and 63. RGB value is (49,141,99). Sum of RGB (Red+Green+Blue) = 49+141+99=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #318D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D63 is #CE729C. Grayscale: #6C6C6C. Windows color (decimal): -13529757 or 6524209. OLE color: 6524209.

HSL color Cylindrical-coordinate representation of color #318D63: hue angle of 152.61º 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 #318D63 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB4914199-
CMYK0.6500.300.45
HSL152.61º48.42%37.25%-
HSV(B)152.61º65.25%55.29%-
XYZ13.0420.615.09-
YUV108.7122.5285.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=16.96%
G=48.79%
B=34.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141990.6500.300.45152.6148.4237.25
Hex318D634101E2D993025
Octal61215143101036552316045
Binary110001100011011100011100000101111010110110011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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