Html Css Color HEX #319B6A Eucalyptus

📋 copy color: '#319B6A'

red 49 ◦ green 155 ◦ blue 106

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

Shades of Eucalyptus #319B6A

Tints of Eucalyptus #319B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

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

R = 15.81%
G = 50%
B = 34.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#319B6A (or 0x319B6A) is known color: Eucalyptus. HEX triplet: 31, 9B and 6A. RGB value is (49,155,106). Sum of RGB (Red+Green+Blue) = 49+155+106=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #319B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B6A is #CE6495. Grayscale: #757575. Windows color (decimal): -13526166 or 6986545. OLE color: 6986545.

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

Color convert

RGB 49 155 106 -
CMYK 0.68 0 0.32 0.39
HSL 152.26º 0.52% 0.4% -
HSV(B) 152.26º 0.68% 0.61% -
XYZ 15.59 25.14 17.67 -
YUV 117.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 49 155 106 0.68 0 0.32 0.39 152.26 0.52 0.4
Hex 31 9B 6A 44 0 20 27 98 34 28
Octal 61 233 152 104 0 40 47 230 64 50
Binary 110001 10011011 1101010 1000100 0 100000 100111 10011000 110100 101000

Color Harmonies of #319B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B6A

Black with #319B6A

Text Example


Text Example

White with #319B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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