Html Css Color HEX #319963 Eucalyptus

📋 copy color: '#319963'

red 49 ◦ green 153 ◦ blue 99

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

Shades of Eucalyptus #319963

Tints of Eucalyptus #319963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 16.28%
G = 50.83%
B = 32.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#319963 (or 0x319963) is known color: Eucalyptus. HEX triplet: 31, 99 and 63. RGB value is (49,153,99). Sum of RGB (Red+Green+Blue) = 49+153+99=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #319963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319963 is #CE669C. Grayscale: #737373. Windows color (decimal): -13526685 or 6527281. OLE color: 6527281.

HSL color Cylindrical-coordinate representation of color #319963: hue angle of 148.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319963 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 99 -
CMYK 0.68 0 0.35 0.4
HSL 148.85º 0.51% 0.4% -
HSV(B) 148.85º 0.68% 0.6% -
XYZ 14.91 24.34 15.72 -
YUV 115.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 49 153 99 0.68 0 0.35 0.4 148.85 0.51 0.4
Hex 31 99 63 44 0 23 28 95 33 28
Octal 61 231 143 104 0 43 50 225 63 50
Binary 110001 10011001 1100011 1000100 0 100011 101000 10010101 110011 101000

Color Harmonies of #319963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319963

Black with #319963

Text Example


Text Example

White with #319963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319963; }

 p { color: rgb(49,153,99); }

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

background-color css

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

 a { background-color: rgb(49,153,99); }

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

border-color css

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

 span { border-color: rgb(49,153,99); }

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