Html Css Color HEX #319964 Eucalyptus

📋 copy color: '#319964'

red 49 ◦ green 153 ◦ blue 100

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

Shades of Eucalyptus #319964

Tints of Eucalyptus #319964

RGB

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

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

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

R = 16.23%
G = 50.66%
B = 33.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#319964 (or 0x319964) is known color: Eucalyptus. HEX triplet: 31, 99 and 64. RGB value is (49,153,100). Sum of RGB (Red+Green+Blue) = 49+153+100=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #319964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319964 is #CE669B. Grayscale: #737373. Windows color (decimal): -13526684 or 6592817. OLE color: 6592817.

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

Color convert

RGB 49 153 100 -
CMYK 0.68 0 0.35 0.4
HSL 149.42º 0.51% 0.4% -
HSV(B) 149.42º 0.68% 0.6% -
XYZ 14.96 24.36 15.97 -
YUV 115.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 49 153 100 0.68 0 0.35 0.4 149.42 0.51 0.4
Hex 31 99 64 44 0 23 28 95 33 28
Octal 61 231 144 104 0 43 50 225 63 50
Binary 110001 10011001 1100100 1000100 0 100011 101000 10010101 110011 101000

Color Harmonies of #319964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319964

Black with #319964

Text Example


Text Example

White with #319964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319964; }

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

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

background-color css

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

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

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

border-color css

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

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

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