Html Css Color HEX #319D67 Eucalyptus

📋 copy color: '#319D67'

red 49 ◦ green 157 ◦ blue 103

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

Shades of Eucalyptus #319D67

Tints of Eucalyptus #319D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 15.86%
G = 50.81%
B = 33.33%

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

#319D67 (or 0x319D67) is known color: Eucalyptus. HEX triplet: 31, 9D and 67. RGB value is (49,157,103). Sum of RGB (Red+Green+Blue) = 49+157+103=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #319D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D67 is #CE6298. Grayscale: #767676. Windows color (decimal): -13525657 or 6790449. OLE color: 6790449.

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

Color convert

RGB 49 157 103 -
CMYK 0.69 0 0.34 0.38
HSL 150º 0.52% 0.4% -
HSV(B) 150º 0.69% 0.62% -
XYZ 15.77 25.75 16.97 -
YUV 118.55 119.22 78.39 -
System Red Green Blue C M Y K H S L
Decimal 49 157 103 0.69 0 0.34 0.38 150 0.52 0.4
Hex 31 9D 67 45 0 22 26 96 34 28
Octal 61 235 147 105 0 42 46 226 64 50
Binary 110001 10011101 1100111 1000101 0 100010 100110 10010110 110100 101000

Color Harmonies of #319D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D67

Black with #319D67

Text Example


Text Example

White with #319D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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