Html Css Color HEX #319F58 Eucalyptus

📋 copy color: '#319F58'

red 49 ◦ green 159 ◦ blue 88

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

Shades of Eucalyptus #319F58

Tints of Eucalyptus #319F58

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.72%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 16.55%
G = 53.72%
B = 29.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#319F58 (or 0x319F58) is known color: Eucalyptus. HEX triplet: 31, 9F and 58. RGB value is (49,159,88). Sum of RGB (Red+Green+Blue) = 49+159+88=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #319F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F58 is #CE60A7. Grayscale: #767676. Windows color (decimal): -13525160 or 5807921. OLE color: 5807921.

HSL color Cylindrical-coordinate representation of color #319F58: hue angle of 141.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F58 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 159 88 -
CMYK 0.69 0 0.45 0.38
HSL 141.27º 0.53% 0.41% -
HSV(B) 141.27º 0.69% 0.62% -
XYZ 15.43 26.15 13.47 -
YUV 118.02 111.06 78.77 -
System Red Green Blue C M Y K H S L
Decimal 49 159 88 0.69 0 0.45 0.38 141.27 0.53 0.41
Hex 31 9F 58 45 0 2D 26 8D 35 29
Octal 61 237 130 105 0 55 46 215 65 51
Binary 110001 10011111 1011000 1000101 0 101101 100110 10001101 110101 101001

Color Harmonies of #319F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F58

Black with #319F58

Text Example


Text Example

White with #319F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,88); }

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

background-color css

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

 a { background-color: rgb(49,159,88); }

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

border-color css

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

 span { border-color: rgb(49,159,88); }

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