Html Css Color HEX #319D6A Eucalyptus

📋 copy color: '#319D6A'

red 49 ◦ green 157 ◦ blue 106

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

Shades of Eucalyptus #319D6A

Tints of Eucalyptus #319D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.32%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 15.71%
G = 50.32%
B = 33.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#319D6A (or 0x319D6A) is known color: Eucalyptus. HEX triplet: 31, 9D and 6A. RGB value is (49,157,106). Sum of RGB (Red+Green+Blue) = 49+157+106=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #319D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D6A is #CE6295. Grayscale: #767676. Windows color (decimal): -13525654 or 6987057. OLE color: 6987057.

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

Color convert

RGB 49 157 106 -
CMYK 0.69 0 0.32 0.38
HSL 151.67º 0.52% 0.4% -
HSV(B) 151.67º 0.69% 0.62% -
XYZ 15.93 25.81 17.78 -
YUV 118.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 49 157 106 0.69 0 0.32 0.38 151.67 0.52 0.4
Hex 31 9D 6A 45 0 20 26 98 34 28
Octal 61 235 152 105 0 40 46 230 64 50
Binary 110001 10011101 1101010 1000101 0 100000 100110 10011000 110100 101000

Color Harmonies of #319D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D6A

Black with #319D6A

Text Example


Text Example

White with #319D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,106); }

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

background-color css

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

 a { background-color: rgb(49,157,106); }

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

border-color css

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

 span { border-color: rgb(49,157,106); }

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