Html Css Color HEX #319970 Eucalyptus

📋 copy color: '#319970'

red 49 ◦ green 153 ◦ blue 112

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

Shades of Eucalyptus #319970

Tints of Eucalyptus #319970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 15.61%
G = 48.73%
B = 35.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#319970 (or 0x319970) is known color: Eucalyptus. HEX triplet: 31, 99 and 70. RGB value is (49,153,112). Sum of RGB (Red+Green+Blue) = 49+153+112=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #319970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319970 is #CE668F. Grayscale: #757575. Windows color (decimal): -13526672 or 7379249. OLE color: 7379249.

HSL color Cylindrical-coordinate representation of color #319970: hue angle of 156.35º 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 #319970 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 112 -
CMYK 0.68 0 0.27 0.4
HSL 156.35º 0.51% 0.4% -
HSV(B) 156.35º 0.68% 0.6% -
XYZ 15.58 24.61 19.26 -
YUV 117.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 49 153 112 0.68 0 0.27 0.4 156.35 0.51 0.4
Hex 31 99 70 44 0 1B 28 9C 33 28
Octal 61 231 160 104 0 33 50 234 63 50
Binary 110001 10011001 1110000 1000100 0 11011 101000 10011100 110011 101000

Color Harmonies of #319970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319970

Black with #319970

Text Example


Text Example

White with #319970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319970; }

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

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

background-color css

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

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

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

border-color css

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

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

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