Html Css Color HEX #318D63 Eucalyptus

📋 copy color: '#318D63'

red 49 ◦ green 141 ◦ blue 99

#318D63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #318D63

Tints of Eucalyptus #318D63

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 value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#318D63 (or 0x318D63) is known color: 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

RGB 49 141 99 -
CMYK 0.65 0 0.30 0.45
HSL 152.61º 0.48% 0.37% -
HSV(B) 152.61º 0.65% 0.55% -
XYZ 13.04 20.6 15.09 -
YUV 108.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 49 141 99 0.65 0 0.30 0.45 152.61 0.48 0.37
Hex 31 8D 63 41 0 1E 2D 99 30 25
Octal 61 215 143 101 0 36 55 231 60 45
Binary 110001 10001101 1100011 1000001 0 11110 101101 10011001 110000 100101

Color Harmonies of #318D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D63

Black with #318D63

Text Example


Text Example

White with #318D63

Text Example


Text Example

HTML Codes & Css Web 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>