Html Css Color HEX #319B59 Eucalyptus

📋 copy color: '#319B59'

red 49 ◦ green 155 ◦ blue 89

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

Shades of Eucalyptus #319B59

Tints of Eucalyptus #319B59

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

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

R = 16.72%
G = 52.9%
B = 30.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#319B59 (or 0x319B59) is known color: Eucalyptus. HEX triplet: 31, 9B and 59. RGB value is (49,155,89). Sum of RGB (Red+Green+Blue) = 49+155+89=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #319B59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B59 is #CE64A6. Grayscale: #737373. Windows color (decimal): -13526183 or 5872433. OLE color: 5872433.

HSL color Cylindrical-coordinate representation of color #319B59: hue angle of 142.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B59 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 89 -
CMYK 0.68 0 0.43 0.39
HSL 142.64º 0.52% 0.4% -
HSV(B) 142.64º 0.68% 0.61% -
XYZ 14.79 24.82 13.46 -
YUV 115.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 49 155 89 0.68 0 0.43 0.39 142.64 0.52 0.4
Hex 31 9B 59 44 0 2B 27 8F 34 28
Octal 61 233 131 104 0 53 47 217 64 50
Binary 110001 10011011 1011001 1000100 0 101011 100111 10001111 110100 101000

Color Harmonies of #319B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B59

Black with #319B59

Text Example


Text Example

White with #319B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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