Html Css Color HEX #319760 Eucalyptus

📋 copy color: '#319760'

red 49 ◦ green 151 ◦ blue 96

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

Shades of Eucalyptus #319760

Tints of Eucalyptus #319760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.01%

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

R = 16.55%
G = 51.01%
B = 32.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#319760 (or 0x319760) is known color: Eucalyptus. HEX triplet: 31, 97 and 60. RGB value is (49,151,96). Sum of RGB (Red+Green+Blue) = 49+151+96=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #319760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319760 is #CE689F. Grayscale: #727272. Windows color (decimal): -13527200 or 6330161. OLE color: 6330161.

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

Color convert

RGB 49 151 96 -
CMYK 0.68 0 0.36 0.41
HSL 147.65º 0.51% 0.39% -
HSV(B) 147.65º 0.68% 0.59% -
XYZ 14.44 23.63 14.87 -
YUV 114.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 49 151 96 0.68 0 0.36 0.41 147.65 0.51 0.39
Hex 31 97 60 44 0 24 29 94 33 27
Octal 61 227 140 104 0 44 51 224 63 47
Binary 110001 10010111 1100000 1000100 0 100100 101001 10010100 110011 100111

Color Harmonies of #319760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319760

Black with #319760

Text Example


Text Example

White with #319760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319760; }

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

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

background-color css

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

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

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

border-color css

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

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

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