Html Css Color HEX #31AA5E Eucalyptus

📋 copy color: '#31AA5E'

red 49 ◦ green 170 ◦ blue 94

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

Shades of Eucalyptus #31AA5E

Tints of Eucalyptus #31AA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.31%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 15.65%
G = 54.31%
B = 30.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#31AA5E (or 0x31AA5E) is known color: Eucalyptus. HEX triplet: 31, AA and 5E. RGB value is (49,170,94). Sum of RGB (Red+Green+Blue) = 49+170+94=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA5E is #CE55A1. Grayscale: #7D7D7D. Windows color (decimal): -13522338 or 6203953. OLE color: 6203953.

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

Color convert

RGB 49 170 94 -
CMYK 0.71 0 0.45 0.33
HSL 142.31º 0.55% 0.43% -
HSV(B) 142.31º 0.71% 0.67% -
XYZ 17.66 30.21 15.49 -
YUV 125.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 49 170 94 0.71 0 0.45 0.33 142.31 0.55 0.43
Hex 31 AA 5E 47 0 2D 21 8E 37 2B
Octal 61 252 136 107 0 55 41 216 67 53
Binary 110001 10101010 1011110 1000111 0 101101 100001 10001110 110111 101011

Color Harmonies of #31AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA5E

Black with #31AA5E

Text Example


Text Example

White with #31AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,170,94); }

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

background-color css

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

 a { background-color: rgb(49,170,94); }

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

border-color css

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

 span { border-color: rgb(49,170,94); }

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