Html Css Color HEX #319B64 Eucalyptus

📋 copy color: '#319B64'

red 49 ◦ green 155 ◦ blue 100

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

Shades of Eucalyptus #319B64

Tints of Eucalyptus #319B64

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 16.12%
G = 50.99%
B = 32.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#319B64 (or 0x319B64) is known color: Eucalyptus. HEX triplet: 31, 9B and 64. RGB value is (49,155,100). Sum of RGB (Red+Green+Blue) = 49+155+100=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #319B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B64 is #CE649B. Grayscale: #757575. Windows color (decimal): -13526172 or 6593329. OLE color: 6593329.

HSL color Cylindrical-coordinate representation of color #319B64: hue angle of 148.87º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B64 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 100 -
CMYK 0.68 0 0.35 0.39
HSL 148.87º 0.52% 0.4% -
HSV(B) 148.87º 0.68% 0.61% -
XYZ 15.29 25.02 16.08 -
YUV 117.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 49 155 100 0.68 0 0.35 0.39 148.87 0.52 0.4
Hex 31 9B 64 44 0 23 27 95 34 28
Octal 61 233 144 104 0 43 47 225 64 50
Binary 110001 10011011 1100100 1000100 0 100011 100111 10010101 110100 101000

Color Harmonies of #319B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B64

Black with #319B64

Text Example


Text Example

White with #319B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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