Html Css Color HEX #319E68 Eucalyptus

📋 copy color: '#319E68'

red 49 ◦ green 158 ◦ blue 104

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

Shades of Eucalyptus #319E68

Tints of Eucalyptus #319E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 15.76%
G = 50.8%
B = 33.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#319E68 (or 0x319E68) is known color: Eucalyptus. HEX triplet: 31, 9E and 68. RGB value is (49,158,104). Sum of RGB (Red+Green+Blue) = 49+158+104=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #319E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E68 is #CE6197. Grayscale: #777777. Windows color (decimal): -13525400 or 6856241. OLE color: 6856241.

HSL color Cylindrical-coordinate representation of color #319E68: hue angle of 150.28º 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 #319E68 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 104 -
CMYK 0.69 0 0.34 0.38
HSL 150.28º 0.53% 0.41% -
HSV(B) 150.28º 0.69% 0.62% -
XYZ 15.99 26.11 17.29 -
YUV 119.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 49 158 104 0.69 0 0.34 0.38 150.28 0.53 0.41
Hex 31 9E 68 45 0 22 26 96 35 29
Octal 61 236 150 105 0 42 46 226 65 51
Binary 110001 10011110 1101000 1000101 0 100010 100110 10010110 110101 101001

Color Harmonies of #319E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E68

Black with #319E68

Text Example


Text Example

White with #319E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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