Html Css Color HEX #319E5E Eucalyptus

📋 copy color: '#319E5E'

red 49 ◦ green 158 ◦ blue 94

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

Shades of Eucalyptus #319E5E

Tints of Eucalyptus #319E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

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

R = 16.28%
G = 52.49%
B = 31.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#319E5E (or 0x319E5E) is known color: Eucalyptus. HEX triplet: 31, 9E and 5E. RGB value is (49,158,94). Sum of RGB (Red+Green+Blue) = 49+158+94=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #319E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E5E is #CE61A1. Grayscale: #767676. Windows color (decimal): -13525410 or 6200881. OLE color: 6200881.

HSL color Cylindrical-coordinate representation of color #319E5E: hue angle of 144.77º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E5E is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 94 -
CMYK 0.69 0 0.41 0.38
HSL 144.77º 0.53% 0.41% -
HSV(B) 144.77º 0.69% 0.62% -
XYZ 15.51 25.91 14.77 -
YUV 118.11 114.39 78.7 -
System Red Green Blue C M Y K H S L
Decimal 49 158 94 0.69 0 0.41 0.38 144.77 0.53 0.41
Hex 31 9E 5E 45 0 29 26 91 35 29
Octal 61 236 136 105 0 51 46 221 65 51
Binary 110001 10011110 1011110 1000101 0 101001 100110 10010001 110101 101001

Color Harmonies of #319E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E5E

Black with #319E5E

Text Example


Text Example

White with #319E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319E5E; }

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

 H1.HeaderClassName
 {
   color: #319E5E;
 }
 .AnyTagClassName
 {
   color: #319E5E;
 }
</style>

background-color css

<style>
 a { background-color: #319E5E; }

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

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

border-color css

<style>
 span { border-color: #319E5E; }

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

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