Html Css Color HEX #319660 Eucalyptus

📋 copy color: '#319660'

red 49 ◦ green 150 ◦ blue 96

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

Shades of Eucalyptus #319660

Tints of Eucalyptus #319660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

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

R = 16.61%
G = 50.85%
B = 32.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#319660 (or 0x319660) is known color: Eucalyptus. HEX triplet: 31, 96 and 60. RGB value is (49,150,96). Sum of RGB (Red+Green+Blue) = 49+150+96=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #319660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319660 is #CE699F. Grayscale: #717171. Windows color (decimal): -13527456 or 6329905. OLE color: 6329905.

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

Color convert

RGB 49 150 96 -
CMYK 0.67 0 0.36 0.41
HSL 147.92º 0.51% 0.39% -
HSV(B) 147.92º 0.67% 0.59% -
XYZ 14.28 23.31 14.81 -
YUV 113.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 49 150 96 0.67 0 0.36 0.41 147.92 0.51 0.39
Hex 31 96 60 43 0 24 29 94 33 27
Octal 61 226 140 103 0 44 51 224 63 47
Binary 110001 10010110 1100000 1000011 0 100100 101001 10010100 110011 100111

Color Harmonies of #319660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319660

Black with #319660

Text Example


Text Example

White with #319660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319660; }

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

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

background-color css

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

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

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

border-color css

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

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

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