Html Css Color HEX #319359 Eucalyptus

📋 copy color: '#319359'

red 49 ◦ green 147 ◦ blue 89

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

Shades of Eucalyptus #319359

Tints of Eucalyptus #319359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 17.19%
G = 51.58%
B = 31.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#319359 (or 0x319359) is known color: Eucalyptus. HEX triplet: 31, 93 and 59. RGB value is (49,147,89). Sum of RGB (Red+Green+Blue) = 49+147+89=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #319359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319359 is #CE6CA6. Grayscale: #6F6F6F. Windows color (decimal): -13528231 or 5870385. OLE color: 5870385.

HSL color Cylindrical-coordinate representation of color #319359: hue angle of 144.49º 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 #319359 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 89 -
CMYK 0.67 0 0.39 0.42
HSL 144.49º 0.5% 0.38% -
HSV(B) 144.49º 0.67% 0.58% -
XYZ 13.5 22.24 13.03 -
YUV 111.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 49 147 89 0.67 0 0.39 0.42 144.49 0.5 0.38
Hex 31 93 59 43 0 27 2A 90 32 26
Octal 61 223 131 103 0 47 52 220 62 46
Binary 110001 10010011 1011001 1000011 0 100111 101010 10010000 110010 100110

Color Harmonies of #319359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319359

Black with #319359

Text Example


Text Example

White with #319359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319359; }

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

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

background-color css

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

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

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

border-color css

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

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

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