Html Css Color HEX #319960 Eucalyptus

📋 copy color: '#319960'

red 49 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #319960

Tints of Eucalyptus #319960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 16.44%
G = 51.34%
B = 32.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#319960 (or 0x319960) is known color: Eucalyptus. HEX triplet: 31, 99 and 60. RGB value is (49,153,96). Sum of RGB (Red+Green+Blue) = 49+153+96=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #319960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319960 is #CE669F. Grayscale: #737373. Windows color (decimal): -13526688 or 6330673. OLE color: 6330673.

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

Color convert

RGB 49 153 96 -
CMYK 0.68 0 0.37 0.4
HSL 147.12º 0.51% 0.4% -
HSV(B) 147.12º 0.68% 0.6% -
XYZ 14.77 24.28 14.97 -
YUV 115.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 49 153 96 0.68 0 0.37 0.4 147.12 0.51 0.4
Hex 31 99 60 44 0 25 28 93 33 28
Octal 61 231 140 104 0 45 50 223 63 50
Binary 110001 10011001 1100000 1000100 0 100101 101000 10010011 110011 101000

Color Harmonies of #319960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319960

Black with #319960

Text Example


Text Example

White with #319960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319960; }

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

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

background-color css

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

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

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

border-color css

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

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

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