Html Css Color HEX #319558 Eucalyptus

📋 copy color: '#319558'

red 49 ◦ green 149 ◦ blue 88

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

Shades of Eucalyptus #319558

Tints of Eucalyptus #319558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

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

R = 17.13%
G = 52.1%
B = 30.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#319558 (or 0x319558) is known color: Eucalyptus. HEX triplet: 31, 95 and 58. RGB value is (49,149,88). Sum of RGB (Red+Green+Blue) = 49+149+88=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #319558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319558 is #CE6AA7. Grayscale: #707070. Windows color (decimal): -13527720 or 5805361. OLE color: 5805361.

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

Color convert

RGB 49 149 88 -
CMYK 0.67 0 0.41 0.42
HSL 143.4º 0.51% 0.39% -
HSV(B) 143.4º 0.67% 0.58% -
XYZ 13.78 22.85 12.92 -
YUV 112.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 49 149 88 0.67 0 0.41 0.42 143.4 0.51 0.39
Hex 31 95 58 43 0 29 2A 8F 33 27
Octal 61 225 130 103 0 51 52 217 63 47
Binary 110001 10010101 1011000 1000011 0 101001 101010 10001111 110011 100111

Color Harmonies of #319558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319558

Black with #319558

Text Example


Text Example

White with #319558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319558; }

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

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

background-color css

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

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

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

border-color css

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

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

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