Html Css Color HEX #319D6B Eucalyptus

📋 copy color: '#319D6B'

red 49 ◦ green 157 ◦ blue 107

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

Shades of Eucalyptus #319D6B

Tints of Eucalyptus #319D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 15.65%
G = 50.16%
B = 34.19%

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

#319D6B (or 0x319D6B) is known color: Eucalyptus. HEX triplet: 31, 9D and 6B. RGB value is (49,157,107). Sum of RGB (Red+Green+Blue) = 49+157+107=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #319D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D6B is #CE6294. Grayscale: #777777. Windows color (decimal): -13525653 or 7052593. OLE color: 7052593.

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

Color convert

RGB 49 157 107 -
CMYK 0.69 0 0.32 0.38
HSL 152.22º 0.52% 0.4% -
HSV(B) 152.22º 0.69% 0.62% -
XYZ 15.98 25.83 18.05 -
YUV 119.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 49 157 107 0.69 0 0.32 0.38 152.22 0.52 0.4
Hex 31 9D 6B 45 0 20 26 98 34 28
Octal 61 235 153 105 0 40 46 230 64 50
Binary 110001 10011101 1101011 1000101 0 100000 100110 10011000 110100 101000

Color Harmonies of #319D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D6B

Black with #319D6B

Text Example


Text Example

White with #319D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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