Html Css Color HEX #318F5E Eucalyptus

📋 copy color: '#318F5E'

red 49 ◦ green 143 ◦ blue 94

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

Shades of Eucalyptus #318F5E

Tints of Eucalyptus #318F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 17.13%
G = 50%
B = 32.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#318F5E (or 0x318F5E) is known color: Eucalyptus. HEX triplet: 31, 8F and 5E. RGB value is (49,143,94). Sum of RGB (Red+Green+Blue) = 49+143+94=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #318F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F5E is #CE70A1. Grayscale: #6D6D6D. Windows color (decimal): -13529250 or 6197041. OLE color: 6197041.

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

Color convert

RGB 49 143 94 -
CMYK 0.66 0 0.34 0.44
HSL 148.72º 0.49% 0.38% -
HSV(B) 148.72º 0.66% 0.56% -
XYZ 13.11 21.11 13.97 -
YUV 109.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 49 143 94 0.66 0 0.34 0.44 148.72 0.49 0.38
Hex 31 8F 5E 42 0 22 2C 95 31 26
Octal 61 217 136 102 0 42 54 225 61 46
Binary 110001 10001111 1011110 1000010 0 100010 101100 10010101 110001 100110

Color Harmonies of #318F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F5E

Black with #318F5E

Text Example


Text Example

White with #318F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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