Html Css Color HEX #31A65B Eucalyptus

📋 copy color: '#31A65B'

red 49 ◦ green 166 ◦ blue 91

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

Shades of Eucalyptus #31A65B

Tints of Eucalyptus #31A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.25%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 16.01%
G = 54.25%
B = 29.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#31A65B (or 0x31A65B) is known color: Eucalyptus. HEX triplet: 31, A6 and 5B. RGB value is (49,166,91). Sum of RGB (Red+Green+Blue) = 49+166+91=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #31A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A65B is #CE59A4. Grayscale: #7A7A7A. Windows color (decimal): -13523365 or 6006321. OLE color: 6006321.

HSL color Cylindrical-coordinate representation of color #31A65B: hue angle of 141.54º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A65B is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 166 91 -
CMYK 0.70 0 0.45 0.35
HSL 141.54º 0.54% 0.42% -
HSV(B) 141.54º 0.7% 0.65% -
XYZ 16.79 28.68 14.55 -
YUV 122.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 49 166 91 0.70 0 0.45 0.35 141.54 0.54 0.42
Hex 31 A6 5B 46 0 2D 23 8E 36 2A
Octal 61 246 133 106 0 55 43 216 66 52
Binary 110001 10100110 1011011 1000110 0 101101 100011 10001110 110110 101010

Color Harmonies of #31A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A65B

Black with #31A65B

Text Example


Text Example

White with #31A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,91); }

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

background-color css

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

 a { background-color: rgb(49,166,91); }

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

border-color css

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

 span { border-color: rgb(49,166,91); }

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