Html Css Color HEX #318F60 Eucalyptus

📋 copy color: '#318F60'

red 49 ◦ green 143 ◦ blue 96

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

Shades of Eucalyptus #318F60

Tints of Eucalyptus #318F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.65%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 17.01%
G = 49.65%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#318F60 (or 0x318F60) is known color: Eucalyptus. HEX triplet: 31, 8F and 60. RGB value is (49,143,96). Sum of RGB (Red+Green+Blue) = 49+143+96=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #318F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F60 is #CE709F. Grayscale: #6D6D6D. Windows color (decimal): -13529248 or 6328113. OLE color: 6328113.

HSL color Cylindrical-coordinate representation of color #318F60: hue angle of 150º 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 #318F60 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 143 96 -
CMYK 0.66 0 0.33 0.44
HSL 150º 0.49% 0.38% -
HSV(B) 150º 0.66% 0.56% -
XYZ 13.2 21.14 14.45 -
YUV 109.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 49 143 96 0.66 0 0.33 0.44 150 0.49 0.38
Hex 31 8F 60 42 0 21 2C 96 31 26
Octal 61 217 140 102 0 41 54 226 61 46
Binary 110001 10001111 1100000 1000010 0 100001 101100 10010110 110001 100110

Color Harmonies of #318F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F60

Black with #318F60

Text Example


Text Example

White with #318F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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