Html Css Color HEX #31A864 Eucalyptus

📋 copy color: '#31A864'

red 49 ◦ green 168 ◦ blue 100

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

Shades of Eucalyptus #31A864

Tints of Eucalyptus #31A864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53%

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

R = 15.46%
G = 53%
B = 31.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#31A864 (or 0x31A864) is known color: Eucalyptus. HEX triplet: 31, A8 and 64. RGB value is (49,168,100). Sum of RGB (Red+Green+Blue) = 49+168+100=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #31A864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A864 is #CE579B. Grayscale: #7C7C7C. Windows color (decimal): -13522844 or 6596657. OLE color: 6596657.

HSL color Cylindrical-coordinate representation of color #31A864: hue angle of 145.71º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A864 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 168 100 -
CMYK 0.71 0 0.40 0.34
HSL 145.71º 0.55% 0.43% -
HSV(B) 145.71º 0.71% 0.66% -
XYZ 17.57 29.58 16.84 -
YUV 124.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 49 168 100 0.71 0 0.40 0.34 145.71 0.55 0.43
Hex 31 A8 64 47 0 28 22 92 37 2B
Octal 61 250 144 107 0 50 42 222 67 53
Binary 110001 10101000 1100100 1000111 0 101000 100010 10010010 110111 101011

Color Harmonies of #31A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A864

Black with #31A864

Text Example


Text Example

White with #31A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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