Html Css Color HEX #31A760 Eucalyptus

📋 copy color: '#31A760'

red 49 ◦ green 167 ◦ blue 96

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

Shades of Eucalyptus #31A760

Tints of Eucalyptus #31A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.53%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 15.71%
G = 53.53%
B = 30.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#31A760 (or 0x31A760) is known color: Eucalyptus. HEX triplet: 31, A7 and 60. RGB value is (49,167,96). Sum of RGB (Red+Green+Blue) = 49+167+96=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #31A760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A760 is #CE589F. Grayscale: #7B7B7B. Windows color (decimal): -13523104 or 6334257. OLE color: 6334257.

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

Color convert

RGB 49 167 96 -
CMYK 0.71 0 0.43 0.35
HSL 143.9º 0.55% 0.42% -
HSV(B) 143.9º 0.71% 0.65% -
XYZ 17.2 29.13 15.78 -
YUV 123.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 49 167 96 0.71 0 0.43 0.35 143.9 0.55 0.42
Hex 31 A7 60 47 0 2B 23 90 37 2A
Octal 61 247 140 107 0 53 43 220 67 52
Binary 110001 10100111 1100000 1000111 0 101011 100011 10010000 110111 101010

Color Harmonies of #31A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A760

Black with #31A760

Text Example


Text Example

White with #31A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,96); }

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

background-color css

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

 a { background-color: rgb(49,167,96); }

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

border-color css

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

 span { border-color: rgb(49,167,96); }

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