Html Css Color HEX #319471 Eucalyptus

📋 copy color: '#319471'

red 49 ◦ green 148 ◦ blue 113

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

Shades of Eucalyptus #319471

Tints of Eucalyptus #319471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 15.81%
G = 47.74%
B = 36.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#319471 (or 0x319471) is known color: Eucalyptus. HEX triplet: 31, 94 and 71. RGB value is (49,148,113). Sum of RGB (Red+Green+Blue) = 49+148+113=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #319471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319471 is #CE6B8E. Grayscale: #727272. Windows color (decimal): -13527951 or 7443505. OLE color: 7443505.

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

Color convert

RGB 49 148 113 -
CMYK 0.67 0 0.24 0.42
HSL 158.79º 0.5% 0.39% -
HSV(B) 158.79º 0.67% 0.58% -
XYZ 14.84 23.03 19.29 -
YUV 114.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 49 148 113 0.67 0 0.24 0.42 158.79 0.5 0.39
Hex 31 94 71 43 0 18 2A 9F 32 27
Octal 61 224 161 103 0 30 52 237 62 47
Binary 110001 10010100 1110001 1000011 0 11000 101010 10011111 110010 100111

Color Harmonies of #319471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319471

Black with #319471

Text Example


Text Example

White with #319471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319471; }

 p { color: rgb(49,148,113); }

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

background-color css

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

 a { background-color: rgb(49,148,113); }

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

border-color css

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

 span { border-color: rgb(49,148,113); }

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