Html Css Color HEX #319464 Eucalyptus

📋 copy color: '#319464'

red 49 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #319464

Tints of Eucalyptus #319464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

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

R = 16.5%
G = 49.83%
B = 33.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#319464 (or 0x319464) is known color: Eucalyptus. HEX triplet: 31, 94 and 64. RGB value is (49,148,100). Sum of RGB (Red+Green+Blue) = 49+148+100=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #319464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319464 is #CE6B9B. Grayscale: #717171. Windows color (decimal): -13527964 or 6591537. OLE color: 6591537.

HSL color Cylindrical-coordinate representation of color #319464: hue angle of 150.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319464 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 100 -
CMYK 0.67 0 0.32 0.42
HSL 150.91º 0.5% 0.39% -
HSV(B) 150.91º 0.67% 0.58% -
XYZ 14.16 22.75 15.7 -
YUV 112.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 49 148 100 0.67 0 0.32 0.42 150.91 0.5 0.39
Hex 31 94 64 43 0 20 2A 97 32 27
Octal 61 224 144 103 0 40 52 227 62 47
Binary 110001 10010100 1100100 1000011 0 100000 101010 10010111 110010 100111

Color Harmonies of #319464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319464

Black with #319464

Text Example


Text Example

White with #319464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319464; }

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

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

background-color css

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

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

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

border-color css

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

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

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