Html Css Color HEX #319363 Eucalyptus

📋 copy color: '#319363'

red 49 ◦ green 147 ◦ blue 99

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

Shades of Eucalyptus #319363

Tints of Eucalyptus #319363

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

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

R = 16.61%
G = 49.83%
B = 33.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#319363 (or 0x319363) is known color: Eucalyptus. HEX triplet: 31, 93 and 63. RGB value is (49,147,99). Sum of RGB (Red+Green+Blue) = 49+147+99=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #319363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319363 is #CE6C9C. Grayscale: #707070. Windows color (decimal): -13528221 or 6525745. OLE color: 6525745.

HSL color Cylindrical-coordinate representation of color #319363: hue angle of 150.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319363 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 99 -
CMYK 0.67 0 0.33 0.42
HSL 150.61º 0.5% 0.38% -
HSV(B) 150.61º 0.67% 0.58% -
XYZ 13.95 22.42 15.4 -
YUV 112.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 49 147 99 0.67 0 0.33 0.42 150.61 0.5 0.38
Hex 31 93 63 43 0 21 2A 97 32 26
Octal 61 223 143 103 0 41 52 227 62 46
Binary 110001 10010011 1100011 1000011 0 100001 101010 10010111 110010 100110

Color Harmonies of #319363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319363

Black with #319363

Text Example


Text Example

White with #319363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319363; }

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

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

background-color css

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

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

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

border-color css

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

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

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