Html Css Color HEX #319971 Eucalyptus

📋 copy color: '#319971'

red 49 ◦ green 153 ◦ blue 113

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

Shades of Eucalyptus #319971

Tints of Eucalyptus #319971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

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

R = 15.56%
G = 48.57%
B = 35.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#319971 (or 0x319971) is known color: Eucalyptus. HEX triplet: 31, 99 and 71. RGB value is (49,153,113). Sum of RGB (Red+Green+Blue) = 49+153+113=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #319971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319971 is #CE668E. Grayscale: #757575. Windows color (decimal): -13526671 or 7444785. OLE color: 7444785.

HSL color Cylindrical-coordinate representation of color #319971: hue angle of 156.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319971 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 113 -
CMYK 0.68 0 0.26 0.4
HSL 156.92º 0.51% 0.4% -
HSV(B) 156.92º 0.68% 0.6% -
XYZ 15.64 24.63 19.55 -
YUV 117.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 49 153 113 0.68 0 0.26 0.4 156.92 0.51 0.4
Hex 31 99 71 44 0 1A 28 9D 33 28
Octal 61 231 161 104 0 32 50 235 63 50
Binary 110001 10011001 1110001 1000100 0 11010 101000 10011101 110011 101000

Color Harmonies of #319971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319971

Black with #319971

Text Example


Text Example

White with #319971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319971; }

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

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

background-color css

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

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

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

border-color css

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

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

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