Html Css Color HEX #318D69 Eucalyptus

📋 copy color: '#318D69'

red 49 ◦ green 141 ◦ blue 105

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

Shades of Eucalyptus #318D69

Tints of Eucalyptus #318D69

RGB

 RED value IS 49 (19.53% from 255) = 16.61%

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 16.61%
G = 47.8%
B = 35.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#318D69 (or 0x318D69) is known color: Eucalyptus. HEX triplet: 31, 8D and 69. RGB value is (49,141,105). Sum of RGB (Red+Green+Blue) = 49+141+105=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #318D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D69 is #CE7296. Grayscale: #6D6D6D. Windows color (decimal): -13529751 or 6917425. OLE color: 6917425.

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

Color convert

RGB 49 141 105 -
CMYK 0.65 0 0.26 0.45
HSL 156.52º 0.48% 0.37% -
HSV(B) 156.52º 0.65% 0.55% -
XYZ 13.34 20.72 16.66 -
YUV 109.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 49 141 105 0.65 0 0.26 0.45 156.52 0.48 0.37
Hex 31 8D 69 41 0 1A 2D 9D 30 25
Octal 61 215 151 101 0 32 55 235 60 45
Binary 110001 10001101 1101001 1000001 0 11010 101101 10011101 110000 100101

Color Harmonies of #318D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D69

Black with #318D69

Text Example


Text Example

White with #318D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #318D69;
 }
 .AnyTagClassName
 {
   color: #318D69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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