Html Css Color HEX #319063 Eucalyptus

📋 copy color: '#319063'

red 49 ◦ green 144 ◦ blue 99

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

Shades of Eucalyptus #319063

Tints of Eucalyptus #319063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 16.78%
G = 49.32%
B = 33.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#319063 (or 0x319063) is known color: Eucalyptus. HEX triplet: 31, 90 and 63. RGB value is (49,144,99). Sum of RGB (Red+Green+Blue) = 49+144+99=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #319063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319063 is #CE6F9C. Grayscale: #6E6E6E. Windows color (decimal): -13528989 or 6524977. OLE color: 6524977.

HSL color Cylindrical-coordinate representation of color #319063: hue angle of 151.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319063 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 99 -
CMYK 0.66 0 0.31 0.44
HSL 151.58º 0.49% 0.38% -
HSV(B) 151.58º 0.66% 0.56% -
XYZ 13.49 21.5 15.24 -
YUV 110.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 49 144 99 0.66 0 0.31 0.44 151.58 0.49 0.38
Hex 31 90 63 42 0 1F 2C 98 31 26
Octal 61 220 143 102 0 37 54 230 61 46
Binary 110001 10010000 1100011 1000010 0 11111 101100 10011000 110001 100110

Color Harmonies of #319063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319063

Black with #319063

Text Example


Text Example

White with #319063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319063; }

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

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

background-color css

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

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

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

border-color css

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

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

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