Html Css Color HEX #31A963 Eucalyptus

📋 copy color: '#31A963'

red 49 ◦ green 169 ◦ blue 99

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

Shades of Eucalyptus #31A963

Tints of Eucalyptus #31A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.31%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 15.46%
G = 53.31%
B = 31.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#31A963 (or 0x31A963) is known color: Eucalyptus. HEX triplet: 31, A9 and 63. RGB value is (49,169,99). Sum of RGB (Red+Green+Blue) = 49+169+99=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #31A963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A963 is #CE569C. Grayscale: #7D7D7D. Windows color (decimal): -13522589 or 6531377. OLE color: 6531377.

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

Color convert

RGB 49 169 99 -
CMYK 0.71 0 0.41 0.34
HSL 145º 0.55% 0.43% -
HSV(B) 145º 0.71% 0.66% -
XYZ 17.71 29.93 16.65 -
YUV 125.14 113.24 73.69 -
System Red Green Blue C M Y K H S L
Decimal 49 169 99 0.71 0 0.41 0.34 145 0.55 0.43
Hex 31 A9 63 47 0 29 22 91 37 2B
Octal 61 251 143 107 0 51 42 221 67 53
Binary 110001 10101001 1100011 1000111 0 101001 100010 10010001 110111 101011

Color Harmonies of #31A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A963

Black with #31A963

Text Example


Text Example

White with #31A963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,169,99); }

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

background-color css

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

 a { background-color: rgb(49,169,99); }

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

border-color css

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

 span { border-color: rgb(49,169,99); }

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