Html Css Color HEX #319764 Eucalyptus

📋 copy color: '#319764'

red 49 ◦ green 151 ◦ blue 100

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

Shades of Eucalyptus #319764

Tints of Eucalyptus #319764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 16.33%
G = 50.33%
B = 33.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#319764 (or 0x319764) is known color: Eucalyptus. HEX triplet: 31, 97 and 64. RGB value is (49,151,100). Sum of RGB (Red+Green+Blue) = 49+151+100=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #319764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319764 is #CE689B. Grayscale: #727272. Windows color (decimal): -13527196 or 6592305. OLE color: 6592305.

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

Color convert

RGB 49 151 100 -
CMYK 0.68 0 0.34 0.41
HSL 150º 0.51% 0.39% -
HSV(B) 150º 0.68% 0.59% -
XYZ 14.63 23.71 15.86 -
YUV 114.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 49 151 100 0.68 0 0.34 0.41 150 0.51 0.39
Hex 31 97 64 44 0 22 29 96 33 27
Octal 61 227 144 104 0 42 51 226 63 47
Binary 110001 10010111 1100100 1000100 0 100010 101001 10010110 110011 100111

Color Harmonies of #319764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319764

Black with #319764

Text Example


Text Example

White with #319764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319764; }

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

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

background-color css

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

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

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

border-color css

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

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

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